Set up authentication using OpenID Connect
May 14, 2024 ยท View on GitHub
Android
- See Before you begin and follow the instructions to configure sign-in with OpenID Connect correctly.
iOS
- See Before you begin and follow the instructions to configure and enable sign-in with OpenID Connect correctly.
Attention: Skip step 2. TheFirebaseAuthpod is already added by the plugin. - Add custom URL schemes to your Xcode project:
- Open your project configuration. Select your app from the TARGETS section, then select the Info tab, and expand the URL Types section.
- Click the + button, and add a URL scheme for your reversed client ID.
You find this value in your
GoogleService-Info.plistconfiguration file. Look for theREVERSED_CLIENT_IDkey and paste the value of that key into the URL Schemes box on the configuration page. Leave the other fields blank.
Web
- See Before you begin and follow the instructions to configure and enable sign-in with OpenID Connect correctly.