You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the google-services.json is well positioned under app/google-services.json and the files under both config.xml:
while installng from the command line I get this line:
"Library expects a BoM package: com.google.firebase:firebase-messaging"
when I run it on my device, it starts well but it crashes, the logcat says:
"Default FirebaseApp is not initialized in this process com.tigersagreement.***. Make sure to call FirebaseApp.initializeApp(Context) first."
where could be the issue?
The text was updated successfully, but these errors were encountered:
issue with fresh cordova android install, specs:
android studio: 2021.3.1
cordova: 11.0.0
android: 11.0.0
the google-services.json is well positioned under app/google-services.json and the files under both config.xml:
while installng from the command line I get this line:
"Library expects a BoM package: com.google.firebase:firebase-messaging"
when I run it on my device, it starts well but it crashes, the logcat says:
"Default FirebaseApp is not initialized in this process com.tigersagreement.***. Make sure to call FirebaseApp.initializeApp(Context) first."
where could be the issue?
The text was updated successfully, but these errors were encountered: