Replies: 1 comment 1 reply
-
|
Hello and thanks for asking, You can also try loading the Google sdk script via: https://docs.expo.dev/router/web/static-rendering/#root-html Thank you 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to integrate Google login with an Expo 52 app. Seems to work on iOS okay, but the web version isn't. I keep getting, "Google Identity SDK not found. Follow the web setup guide."
To see how I should be doing it, I copied the example: OneTapApp.tsx into my application and the supporting files. The first time I load it, I got the popup (declined) and saw the Google Sign In button with logo. Since that initial success, I keep getting "Google Identity SDK not found", no popup, no button.
Is there something I need to reset? This is very frustrating. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions