React-native google signin gives Developer Error

后端 未结 8 1868
日久生厌
日久生厌 2021-02-02 17:53

I am trying Google login using React-native-google-signin plugin but it gives me a Developer_Error.I have done exctly same as mention in its document.here is my code ans steps.<

8条回答
  •  忘了有多久
    2021-02-02 18:47

    For those who are still looking for solutions:

    1. Please match your key fingerprint in firebase console.

    2. Do not initialize the configuration with keys, I repeat, do not provide any configuration object in the .configure() function Do this GoogleSignIn.configure().

    3. Point 2 will resolve the issue. :)

提交回复
热议问题