CORDOVA "It may be caused by an invalid GOOGLE_APP_ID in GoogleService-Info.plist or set in the customized options" error
Error:
Terminating app due to uncaught exception 'com.firebase.core', reason: 'Configuration fails. It may be caused by an invalid GOOGLE_APP_ID in GoogleService-Info.plist or set in the customized options.'
The problem is GoogleService plist configuration fails.
Download the GoogleService-Info.plist from the Http://console.firebase.google.com and then paste it to the below locations
platforms/ios/<Your Project>/Resources/
and platforms/ios/<Your Project>/Resources/Resources.
Comments
Post a Comment