EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

No matching client found for package name 'false' #1709

Open kevinjbayer opened 3 years ago

kevinjbayer commented 3 years ago

Upgraded to NS7 and the iOS side seems to be working okay and can build at least. Android though I'm receiving this error when building:

Execution failed for task ':app:processDebugGoogleServices'.
No matching client found for package name 'false'

Tried downloading a new google-services.json and made sure the package names match everywhere, but can't figure out why it thinks 'false' is the package name.

patrikengborg commented 3 years ago

I just had this problem, and in my case it was solved by upgrading the app.gradle file to a new fresh one. I created a new Nativescript app and copied the contents in app.gradle from there.