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.jsongoogle-services.json build action is set to GoogleServicesJsonFirebaseApp.InitializeApp(Application.Context); in MainActivity.OnCreate just before the LoadApplication(..)