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.