Your Operation was forbidden issue in Firebase Console

ぃ、小莉子 提交于 2019-11-29 09:07:16

Finally I Have solved issue my self,

Firebase internally stores each package name with associated SHA-1 Key. So When we are using same package name & SHA-1 in firebase, it will not allow to user it and produce the same error mentioned in the question. To solve we need to either change package name or need to user another keystore's SHA-1 key.

You may have/had an app in any firebase project with same package name/bundle id and SHA1 fingerprint. I had tried to delete the certain app from the project that I created earlier. But it won't help me even after 24 hours of app delete operation. (I believe that it will take some time for update the app details in the firebase projects config)

So I had tried to delete the entire firebase project that I created earlier and tried to create the new app with same details in the new firebase project.

It Works... (In my case I was aware of two firebase projects that have the apps with same details)

To get Debug certificate run this command C:\Program Files\Java\jdk1.8.0_131\bin key tool comes with the Java SDK.

keytool -list -v -keystore C:\Users\DELL\.android\debug.keystore -alias androiddebugkey -storepass android -keypass android

Delete and Restore Your Firebase Project (Worked 2019.07.10)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!