adding sha1 in firebase app fails with error

杀马特。学长 韩版系。学妹 提交于 2019-12-23 18:18:23

问题


I am migrating my project from Digits to Firebase. In this process, I need to create an app in Firebase and add SHA-1 of the release build. When I trying to add SHA-1, it gives the following error:

An error occurred when attempting to modify an Android certificate fingerprint. Please try again later.

Found the following two similar question here. Both say that there should be an already existing app on Google API project of Firebase with the same SHA-1. I don't have any other app with the same SHA-1.

Adding sha1 key fails with error

Can android certificate fingerprint sha1 use in firebase and Google Place API?

Need help to resolve this issue.


回答1:


After all research and conversation with google firebase support team, I found that a firebase project has a max limit on the SHA-1 it can store. In my case, I already had 30+ SHA-1 and I hit the limit. The limit is not well defined as said by Firebase support team. However, it is somewhere around 30+. I have more than 50 apps and I was trying to use only one firebase project as they all share the same user system in our backend. However, after knowing the limit of Google Firebase, I have used 4 different firebase projects to add 50+ Android and iOS apps from Digits to Firebase. My all apps are live and working well now.



来源:https://stackoverflow.com/questions/46393991/adding-sha1-in-firebase-app-fails-with-error

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