I am working on Android project where I am unable to put my SHA-1 generated code into Certificate fingerprint. It shows the following error
Asked
Active
Viewed 2,022 times
3
-
If you are using debug SHA1 then try with release SHA1 key – Sunil Parmar Nov 30 '16 at 04:50
-
That looks like an error on the Firebase side. I think, it's nothing to do with your SHA1 fingerprint. – Todor Kostov Nov 30 '16 at 08:38
-
Thank you everyone . i resolved the problem . My google api dint had Oauth client id configured. and i edited the google api finaly it working :) – Divakar R Dec 01 '16 at 12:19
-
To configure google api . First go to google api console ==> credentials ==> Oauth concent screen ==> auth client id . Here create a new id and add your project SHA1 fingerint – Divakar R Dec 01 '16 at 12:26
-
I was facing same problem . I solved by deleting previous app in firebase with same package name. – Mahen Dec 14 '18 at 04:39
1 Answers
0
Recently I faced this problem too.
As I find there: https://stackoverflow.com/a/46911399/1729202 there is a limit for SHA-1 sums per Firebase project.
So if your situation is like mine - multiple apps in one Firebase project - try to split that apps between a few Firebase projects.

Torello
- 936
- 11
- 15