
Wondering if there was an option to use a custom schema for a redirect url after auth.
I tried something like
const authWithGoogle = ()=> account.createOAuth2Session(OAuthProvider.Google, 'my-schema://oauth-success', 'my-schema://oauth-failed')
to no avail.
Only asking because I noticed that one is able to using supabase:
https://supabase.com/blog/authentication-in-ionic-angular#magic-links-for-native-apps

You can specify the redirect URl in the case of appwrite:
account.createOAuth2Session('google', [LINK_ON_SUCCESS], [LINK_ON_FAILURE]);
Is that what you were searching for?
Recommended threads
- phantom relationships appear on parent c...
i have this bug were my past deleted collection apears as relationship to my parent collection. when i try to delete that relationship from parent it gives me e...
- Attribute stuck on proccessing
i tried creating a new attribute butits stuck on proccessing,i did a hard refresh,cleared cache everything but still stuck on proccessing,also in my functions w...
- Attributes Problem - Cloud
I am not able to see the attribute columns and their context on cloud. Can you help?
