cordova-plugin-firebase-messaging icon indicating copy to clipboard operation
cordova-plugin-firebase-messaging copied to clipboard

issue with fresh cordova android install

Open philippogol opened this issue 2 years ago • 0 comments

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?

philippogol avatar Oct 03 '22 15:10 philippogol