chemerisuk / cordova-plugin-firebase-messaging

Cordova plugin for Firebase Cloud Messaging
MIT License
164 stars 160 forks source link

issue with fresh cordova android install #214

Open philippogol opened 2 years ago

philippogol commented 2 years ago

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?