Default FirebaseApp is not initialized in this process. Make sure to call FirebaseApp.initializeApp(Context) first.
i have tried with many things but i am not able to Ge
Make sure:
AndroidManifest.xml
is identical to one in the google-services.json
google-services.json
build action is set to GoogleServicesJson
FirebaseApp.InitializeApp(Application.Context);
in MainActivity.OnCreate
just before the LoadApplication(..)