Custom URI Schemas Not Allowed for Web Type - Google with Firebase

I am trying to embed google sign using firebase in my iOS app. I follow this guide.   https://firebase.google.com/docs/auth/ios/google-signin I installed the iOS application in firebase and used the google clientID and reverseedClientID from the downloaded GoogleService-Info.plist.

FYI: I have a login button, not a Google login button. Anyway, when I click the login button, google after displaying the error in the webview.

enter image description here

I know that my problem is the same as in this question.

Google Error 400: Bad Request User URI Schemas Not Allowed for Web Client Type

, , Firebase, . , ...

+4
1

- , OAuth 2.0 iOS. API. , iOS OAuth 2.0 Client IDs. , Guide - iOS OAuth 2.0 Client IDs. GoogleService-Info.plist : CLIENT_ID [].apps.googleusercontent.com REVERSED_CLIENT_ID com.googleusercontent.apps. [].

+12

Source: https://habr.com/ru/post/1673374/


All Articles