expo-google-sign-in Best Practices in Developing

Please provide the following:

  1. SDK Version: 37
  2. Platforms(Android/iOS/web/all): Android/iOS

I’m a bit confused about best practices for using expo-google-sign-in. I notice that I see the error: “expo-google-sign-in is not supported in the Expo Client because a custom URL scheme is required at build time.” when trying to use this in the Expo client.

I’ve verified that this works by testing in a standalone app. That said, I want to know how to use this package when developing. Most of my application’s logic requires an authenticated user (and firebase), and I don’t know how I would do local development on the expo client while using this package. Do most developers bypass the authentication somehow? Ideally I would use the expo client instead of building a standalone app when using this package.

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