mobileDev2020
mobileDev2020
Anyone figured out how to use this plugin in Phonegap ?
@freefiona85 , thanks for this update. I tried installing this plugin in my project, along with the google-services plugin as required by the firebase. I get a build error saying...
@freefiona85 , thanks for the prompt response. I commented out services plugin from config.xml already. I have the googleservice-info file in my project that ties my project to analytics picked...
That worked. But my app is crashing, wont even open.
I am able to build successfully on iOS but app crashes , doesn't open. Any tips on how to debug ? Anyone else seeing this ? I haven't attempted android....
@freefiona85, I have tried safari , but it doesnt go that far, I am guessing error is before app loads. I tried to look for analytics data on the device...
@freefiona85, I will try the above approach. But these logs are not easy to read through, is there anything in particular I can look for, to understand the root cause...
@freefiona85, this console.app is a great option, thank you for that! I see the error now - Uncaught exception, "com.firebase.core" , could be cause by invalid GOOGLE_APP_ID in GoogleService-Info.plist ....
@freefona85, I got the above error when I added "https://github.com/arnesson/cordova-plugin-firebase" . But when I add your fork "https://github.com/freefiona85/cordova-plugin-firebase" I get this error at startup and app crashes 'FirebaseApp.configure' in Swift...
@Hesyo, Can you confirm your app works with the freefiona85's fork ?