PushNotificationPlugin
PushNotificationPlugin copied to clipboard
Make sure to call FirebaseApp.initializeApp(Context) first
Hello! In our project, we updated the plugin version from 2.3.6 to 3.1.6. An error occurs when starting
Java.Lang.IllegalStateException
Message = Default FirebaseApp is not initialized in this process com.companyname.OmacPro. Make sure to call FirebaseApp.initializeApp (Context) first. Calling FirebaseApp.initializeApp (this) did not solve the problem

@Karmey I was having the same issue. Look like on CrossGeeks other package, someone figure out how to fix it : https://github.com/CrossGeeks/FirebasePushNotificationPlugin/issues/284 He said that you have to add Xamarin.Firebase.Common package directly to Android project