
Flutter Firebase Android Setup
As I told in the ListView from Firestore post, Firebase is an exceptional Backend-as-a-Service. It is now owned by Google. There are many services offered under Firebase. This includes but is not limited to Cloud Firestore, Realtime Database, Firebase Auth, etc. Today we’re gonna talk about the initial setup needed to use firebase on an Android App created using Flutter. Create a new Firebase project To use firebase on any of our products, first, we have to create a Firebase Project....