GoogleSignIn: Custom scheme URIs are not allowed for ‘WEB’

Please provide the following:

  1. SDK Version: ~41.0.0
  2. Platforms(Android/iOS/web/all): iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

I’m setting up Google SSO with Firebase on a standalone app using the docs: https://docs.expo.dev/versions/latest/sdk/google-sign-in/. I keep getting the error in the screenshot below. My app.config.js includes all the required fields for "ios". One thing to note is that in the Read app config build step after running eas build, there is no config key in the ios object.

When I try to read URLSchemas as recommended by the docs, I get an empty list:

import * as AppAuth from 'expo-app-auth';

// When configured correctly, URLSchemes should contain your REVERSED_CLIENT_ID
const { URLSchemes } = AppAuth;

Any suggestions on what I am doing wrong?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.