I am using react-native-google-signin / google-signin . Google-signin is working as expected in Debug mode. But In Release mode some times getting Developer Error. I have done configuration according to this SO answers.
IF I get Developer Error in each and every login then I can check for any configuration mistakes. But in my case, in debug mode every time it's working as expected. In Release mode some times it's working , some times it's giving Developer Error.
- Am I missing any additional configuration steps?
or
- Is App unable to get
webclientidsometimes?(I am just raising this concern based on what's happening in my app).