step-up-labs / firebase-authentication-dotnet

C# library for Firebase Authentication
MIT License
377 stars 130 forks source link

**Java.Lang.IllegalStateException:** 'Default FirebaseApp is not initialized in this process xxxxx. Make sure to call FirebaseApp.initializeApp(Context) first.' #150

Closed LeoJHarris closed 3 years ago

LeoJHarris commented 3 years ago

Throwing an exception when logging out calling the SignOutAsync functions i.e. await _firebaseAuthentication.SignOutAsync().ConfigureAwait(true);

Java.Lang.IllegalStateException: 'Default FirebaseApp is not initialized in this process xxxxx. Make sure to call FirebaseApp.initializeApp(Context) first.'

I added FirebaseApp.InitializeApp(this); into my MainActivity but problem still persists.

LeoJHarris commented 3 years ago

Sorry closing this ticket bug lay not this library but another Firebase package plugin - CrossFirebasePushNotification