Closed RavindraChherke closed 5 years ago
I'm getting this error too. Did you manage to solve it @RavindraChherke ?
Which module versions do you use? And which Ti.PlayServices? @fahad86 is our new Firebase pro in regards to latest Play Services!
I've just updated the core to 4.0.0 @hansemannn and that sorted the app crashing. I just noticed your PR 35 on this module. I'm guessing that should solve this problem...
Fixed with latest versions.
Hi @hansemannn ,
I am using Firebase core, cloud messaging, auth modules in project. This is working great. Thanks for all these great modules ๐๐ผ๐. Now I am trying to add Analytics in app. When I add my mobilesdk_app_id key in strings.xml file I start to get errors. I am using google-services.json file.
I checked by putting keys APIKey, projectID, storageBucket, applicationID,databaseURL, GCMSenderID in configuration but it is still throwing error.
Could you please help me with this.
<string name="google_app_id">mobilesdk_app_id</string>
My configuration
Thanks!!