Я использую [code]google signin:[/code] [code]react-native-google-signin/google-signin: 13.1.0[/code] [code]react-native:0.75.4[/code] уже добавьте учетные данные для Интернета, Android и iOS. [img]https://i.sstatic .net/O9NxAjP1.png[/img]
и как я использую. [code] GoogleSignin.configure({ webClientId: 'Web Client ID', iosClientId: 'CLient ID', offlineAccess: true, forceCodeForRefreshToken: true, profileImageSize: 120, scopes: ['email', 'profile'] }); [/code] но все равно отображается ошибка [b]DEVELOPER_ERROR[/b], когда я нажимаю кнопку входа в Google. Я пробовал это. но это не работает. https://github.com/react-native-google-signin/google-signin/issues/659#issuecomment-513555464
Я использую вход в Google со следующей настройкой:
Библиотека: act-native-google-signin/google-signin: 13.1.0
Версия React Native: 0.75.4
Учетные данные: я добавил необходимые учетные данные OAuth 2.0 для Интернета, Android и iOS.
Конфигурация входа...
So I'm Stuck on this frustrating issue. I am quite new to Google Auth on Firebase but I done everything the firebase docs instructed in how to integrate the Google SignIn Auth, yet I'm still receiving this weird Error in the console consisted of two...