Hi,
I follow the example to implement Push notification with Capacitor and Firebase
at this link…
i have to put “google-services.json” in android > app folder
At the end,
i click Build but android studio says:
File google-services.json is missing. The Google Services Plugin cannot function without it.
Searched Location:
/Users/Pippo/Documents/ionic/pushapp/android/capacitor-cordova-android-plugins/src/nullnull/google-services.json
/Users/Pippo/Documents/ionic/pushapp/android/capacitor-cordova-android-plugins/src/debug/google-services.json
/Users/Pippo/Documents/ionic/pushapp/android/capacitor-cordova-android-plugins/src/nullnullDebug/google-services.json
[...]
Why did it search in
/android/capacitor-cordova-android-plugins/src/
and not in
/android/app/
like the documentation said ??
then if i put the file where it search for… the build says that there’s a package_name conflict… but all the package names are correct
what am i missing ??
Thanks !!
1 post - 1 participant