in my app i am currntly building for ios i get the error on the video using the sdk. my googleLogin looks like this:
export const googleLogin = async () => { return await account.createOAuth2Session(OAuthProvider.Google, 'breezerapp://auth', 'breezerapp://auth'); }; i dont know if it is nessesary to specity the rederict uri i got from Google OAuth2 Settings other than in the google cloud console, but i never use the Google client id as it seems appwrite is handling it 😉 maybe @D5 can help me out!
What the app name?
I mean package name
You need to set it in the console, under the platforms section
ah i forgot i already did this
you mean in the expo config:"expo": { "name": "Breezer", "slug": "Breezer", "scheme": ["breezerapp"],
Under that, there should be a field called bundle name
Or similar
You need to set that in the appwrite console platforms (bellow overview section charts)
i did, but it was the old one, i changed it but still the same error unfortunately.
for what i just read maybe i need Expo AuthSession for creating the deeplink back to the app using makeRedirectUri()?
Recommended threads
- Regarding Rate Limits
Hello, I am a student engineer who built an internal website for my university club using AppWrite. My club currently has around 500 members, and when I recent...
- Error trying to deploy functions from CL...
✗ Error • on-auth-create (6a00b2ab000c9ce2949b) • Server Error ✗ Error: No functions were pushed. Prject ID: 69ffe0270033a4ac420a
- Intermittent Deploy and Execution Errors...
Project: project-fra-658e2f5f4ba30df91177 Function ID: 69bde006001c56757f49 **Several execution errors with:** Timed out waiting for runtime.\nError Code: 400...