Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
File google-services.json is missing
-
I’m attempting to do an Android release build and getting:
Execution failed for task ':processReleaseGoogleServices'. > File google-services.json is missing. The Google Services Plugin cannot function without it.
Any suggestions on how to fix?
-
@rmoore It seems like you are using Firebase plugin or PushPlugin in your project. These plugins requires Firebase configuration files (
google-servcies.json
& GoogleService-info.plist` files). You need to get these files from Firebase and upload them at the root of your project. Read more here.