How to get google-services.json
from Developer console after the project has been created and services were enabled? I want to generate it from Developer console and not from Developer docs.
Asked
Active
Viewed 1.2k times
4

Malwinder Singh
- 6,644
- 14
- 65
- 103
-
on developer console in clicked api screen there will be an option to `Get Configuration File`. Click on it and follow all steps – Vivek Mishra Apr 13 '16 at 07:43
-
@VivekMishra In Enabled APIs Screen there's no option to download this file. – Malwinder Singh Apr 13 '16 at 07:50
-
which api you are using? – Vivek Mishra Apr 13 '16 at 07:51
-
Analytics for Android – Malwinder Singh Apr 13 '16 at 07:52
-
check mine link too . It's directly for Analytics Api – Vivek Mishra Apr 13 '16 at 08:00
2 Answers
9
Follow the steps here:
https://developers.google.com/mobile/add
After all parameters are added you will get a download link for your google-services.json

Pedro Oliveira
- 20,442
- 8
- 55
- 82
-
Thanks.. Though i was looking for some option in Developer console directly but this is really useful. – Malwinder Singh Apr 13 '16 at 07:59
-
2