当我将构建发布 apk 时,React 本机 Google 登录失败

Ter*_*ius -3 reactjs react-native

我将使用谷歌登录它正在工作,但每当我创建发布时,它都无法正常工作

GoogleErrorcode : DEVELOPERERROR
Run Code Online (Sandbox Code Playgroud)

San*_*ndy 5

请从 Google Play Console -> Release Management -> App Signing 检查是否启用了 Google Play App Signing。
请尝试以下步骤:

1] You have to copy the SHA1 from the 'App signing certificate' section and need to add it to the Firebase projects general settings section.
2] Afterward need to regenerate the json file and add it to the project.
3] Re-generate the apk and the error will get resolved.
Run Code Online (Sandbox Code Playgroud)