Expokit SHA1签名证书

时间:2018-09-12 00:00:11

标签: android firebase react-native expo

我已经用Expo创建了一个React Native应用,并弹出了Expokit。 将React Native Firebase添加到项目后,我需要生成一个SHA1 Certificate Fingerprints才能使用电话身份验证。

我尝试使用以下命令生成密钥,并将其添加到firebase中。

keytool -exportcert -keystore debug.keystore -list -v

尝试登录(在物理设备上)会返回错误。

enter image description here

我了解Expo在默认的Expo应用程序中管理密钥库,但是对于如何为我的独立Expokit项目获取这些密钥感到非常困惑。

我如何获得正确的调试SHA1 Fingerprint Certificates,我们将不胜感激。

1 个答案:

答案 0 :(得分:0)

以这种方式尝试,通过在Android Studio中添加该项目来使用Android Studio,您可以在那里轻松获得SHA1指纹!

Step:1 Go to Gradle.
Step 2: Select project root.
Step 3: Then select tasks.
Step 4: Then select android.
Step 5: Then click Signing report.