The google-services.json file is generally placed in the app/ directory, but as of version 2.0.0-alpha3 of the plugin support was added for build types, which would make the following directory structure valid:
app/src/
main/google-services.json
dogfood/google-services.json
mytype1/google-services.json
mobilesdk_app_id :
You can create a new project and add services to it. This website will automatically generate a google-services.json file for your new project.
Comments
Post a Comment