-
|
Hi, Any hints on what I did wrong ? |
Beta Was this translation helpful? Give feedback.
Answered by
gxolin
Feb 13, 2025
Replies: 1 comment 5 replies
-
|
You have to update your google-services.json file. Just update the latest version from the Firebase console, replace it and try it again. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@robingenz
I found out what was wrong. Your hint helped to put me on the right track, thanks.
In case someone stumble on it too :
On the documentation to activate Firebase to your project : https://github.com/capawesome-team/capacitor-firebase/blob/main/docs/firebase-setup.md#android
I've dumbly copy pasted the whole
ifblock instead of adapting it for my project 🤦I have multiple build flavors, and the
if (servicesJSON.text)condition was always false becaus…