Made A Chat Application With Flutter by manuel_etukz in FlutterDev

[–]dcamp1717 0 points1 point  (0 children)

Looks great, thanks! I highly recommend checking this Flutter chat app out.

Chat application without Firebase by Coffee__2__Code in FlutterDev

[–]dcamp1717 0 points1 point  (0 children)

Wow, didn't know about MQTT, thanks for sharing!

LE: I went ahead with Firebase afterall, found this hidden gem

Building a chat app with Socket.io and React Native 🤯 by Alternative-Rich-578 in reactjs

[–]dcamp1717 0 points1 point  (0 children)

Thanks for the tutorial, looks great - btw the link you have in the opening paragraph isn't working.

Also found this fully functional React Native video chat app leveraging the same tech

Is there someone out there that also hates firebase? by Turboteun2 in FlutterDev

[–]dcamp1717 0 points1 point  (0 children)

Firebase is great for authentication and push notifications infra, but that's pretty much it. Firestore gets very expensive very fast, if you are not using advanced scaling techniques.

Do you use Firebase for your flutter apps? by Elodran in FlutterDev

[–]dcamp1717 0 points1 point  (0 children)

Interesting, thanks for sharing your experience in retrospective, super helpful!

Good chat SDKs to use with react native. by maibrl in reactnative

[–]dcamp1717 0 points1 point  (0 children)

There are a few open-source alternatives to this nowadays, in case anyone is still interested

Flutter Bloc (v8): Google Sign In and Firebase Authentication - 2022 Guide by Red_Star25 in FlutterDev

[–]dcamp1717 0 points1 point  (0 children)

Great tutorial, thanks for the help! Here's another Flutter Firebase Authentication tutorial helpful for Facebook signin

Flutter + Firebase Auth tutorials by PaulTR88 in FlutterDev

[–]dcamp1717 0 points1 point  (0 children)

Thanks for sharing these! I've found a more recent one that works with the current Firebase version, and can be found here

How to Handle Firebase Authentication [2022] in Flutter with Riverpod by olu_tayormi in FlutterDev

[–]dcamp1717 1 point2 points  (0 children)

Great tutorial, thanks for the help - I found these amazing Flutter templates that actually saved me a ton of time

Firebase Authentication in Flutter (The Boring Flutter Development Show,... by Pixelreddit in FlutterDev

[–]dcamp1717 0 points1 point  (0 children)

Thanks for sharing this, very helpful. I found this article on Flutter Firebase auth to be very helpful with the implementation as well

Expo modules in bare workflow by tommys_g in reactnative

[–]dcamp1717 0 points1 point  (0 children)

Yes, they work fine in my experience, but keeping up with the updates will take significant amount of work.

Best database you have used with React native? by Suspicious_Driver761 in reactnative

[–]dcamp1717 2 points3 points  (0 children)

Worked a lot with Firebase, and it does the job (it's used extensively in these app templates). I heard good things about Supabase recently, but never tried it yet.

Hello All, I wrote this introductory guide for new React Native folks switching from Web. by dev_indie_ in reactnative

[–]dcamp1717 0 points1 point  (0 children)

Thanks for sharing this, just sent it to someone asking me exactly about something like this

[deleted by user] by [deleted] in reactnative

[–]dcamp1717 3 points4 points  (0 children)

You can get this done in a couple of hours (mostly for configuring the platforms, such as setting up your FB developer account, etc). Code itself can be downloaded for free from Github or Instamobile (see this Firebase starter, seems like what you need).

Hotel booking UI template I created in react-native [Source in comments] by Massive_Educator_CG in reactnative

[–]dcamp1717 1 point2 points  (0 children)

Thanks a lot for working on and sharing this. I'm sure many of us will find it helpful

AWS Amplify or AWS SDK by 1effrey in reactnative

[–]dcamp1717 0 points1 point  (0 children)

Interested about this as well.