Reputation: 276
I was doing tutorials on Firebase and was required to create a config file, and download the google-services.json which I did. But after completion I felt the need to re-do the tutorials again, so i deleted everything of the old app, including the google-services.json file i had downloaded. Now when I try to create the json file again I get the message:
"The SHA-1 you specified is already used with the same package name for a different Android OAuth2 client."
I have tried deleting(shut down they say) the project on the Google Cloud Platform and still I cant create the file.
Hypothetically, if someone had created the file and somehow it disappeared or something, and they did not copy it to app how would they get it back, shouldnt there be a somewhere where one can download again? Where?
Upvotes: 5
Views: 3583
Reputation: 276
Finally found answer
To download a config file for an Android app:
https://support.google.com/firebase/answer/7015592
Upvotes: 4