Asif Amin
unread,Sep 1, 2023, 12:13:46 AM9/1/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
Hey, I am about to begin to build an app and I have choosen to develop the app in Flutter, and connected it to Firebase. However this is where I struggle to understand what Firebase does. My intial thought was to use Flutter -> node.js(host API and backend logic) -> mongoDB
But I see that if I implement Firebase it would be easier for scalability, authentication, microservices and a lot more
if I use Firebase, where would I connect node.js in the implementation to handle the logic of the app, as I do not want to add the logic in Flutter.
Just want to confirm wether I am thinking right, I connect flutter directly to Firebase database (all authentication authorization is handled by Firebase) And from there I need to write a logic to whenever push a notification to user. Can I write the logic in Firebase?