Google-signin: App crash sign in production

Created on 22 Sep 2017  路  7Comments  路  Source: react-native-google-signin/google-signin

Hello
During the development everything went fine, but when in the production got an error while login
It say DEVELOPER ERROR

react native: 0.47
platform: Android

Most helpful comment

@irsyadmhdilham I solved it by following this answer https://stackoverflow.com/a/46150573/8511248

You problem may be caused by the feature called Google Play App Signing. By this feature, Google will resign your app with its own key before publishing. There are two ways to solve this problem.

  1. Disable this feature
  2. Add Google's signing key to your firebase console

All 7 comments

Facing same issue in production any solution for this?

@g33ktony I've read the documentation and follow all the instructions given. But still doesn't work.

Meanwhile I do realize that this only happen after I upload in Google Play Store. I did try install manually the release apk in my phone and it worked flawlessly

This really give me a headache

Me too !

@irsyadmhdilham I solved it by following this answer https://stackoverflow.com/a/46150573/8511248

You problem may be caused by the feature called Google Play App Signing. By this feature, Google will resign your app with its own key before publishing. There are two ways to solve this problem.

  1. Disable this feature
  2. Add Google's signing key to your firebase console

@haxxpop is the correct one. You can add as many fingerprints as you need one of them is bound to fix the issue.

In an effort to clean the issues up, this is being closed. Please open a new issue with a reproduction if you're still experiencing a problem.

Was this page helpful?
0 / 5 - 0 ratings