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."
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?