Skip to content
Advertisement

Tag: google-cloud-firestore

Firebase firestore problem ‘Make sure to call FirebaseApp.initializeApp(Context) first’

I’m doing a new project in Android Studio. I’d like to make my project in latest version and with Firebase Firestore to keep data. I know that i need to put apply plugin: ‘com.google.gms.google-services’ but i don’t find how .. and with lot of research, someone said that it is included in the ‘com.android.application’.. I have included my google-services.json in

Advertisement