Testing Firebase on the Expo Client?

I’m using Expo-google-sign-in to authenticate my users and log them into Firebase. However, I can’t really test code live without building a new APK for every change I make that’s Firebase related since expo-google-sign-in only works on standalone and not the expo client.

Does anyone have a way around this or a way to test Firebase (with authed users) using the Expo client?

Hey @davidli3100,

The Google module works within the Client environment. https://docs.expo.io/versions/v33.0.0/sdk/google/

Cheers,
Adam

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