-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default FirebaseApp is not initialized in this process com.plugin.firebaseauth.sample. #6
Comments
@SagarPanwala |
Call Plugin.CurrentActivity.CrossCurrentActivity.Current.Init(this, bundle); Explicitly call FirebaseApp.InitializeApp(Application.Context); just before the LoadApplication(..) |
Edit: Make sure to set the build action of your google-services.json to GoogleServicesJson. This solved the exception for me. Same problem for me.
|
I had the same problem, I added nuget Xamarin.Firebase.Auth for Android |
No description provided.
The text was updated successfully, but these errors were encountered: