简体   繁体   中英

Do I need to fill SHA-1 if I am linking on Firebase an app that is already on Google Play Store?

I have an app that is available on the Google Play Store and I want to add Crashlytics to my app. So first of all I have seen that I have to link my app with Firebase. When linking my app with Firebase, I have seen that I am asked to put the "SHA-1" signature (it says that it is optional but I don´t know if I have to add it). So my intention is to add Crashlytics to a newer version of my app and then update my app with that version on the Google Play Store so that my app with Crashlytics is available on the Google Play Store. So, should I need to add the "SHA-1" signature if I am using only Crashlytics?

The SHA-1 fingerprint certificate is not mandatory when you want to add an application to a Firebase project. That means that not all Firebase services use that. However, it is indeed a requirement if you want to use Dynamic Links , and Google Sign-In or phone number support in Auth. Why? Because it is needed to be used for authentication and authorization. If you don't want to use these services, adding the certificate SHA-1 is optional. Maybe this resource will also help.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM