
I would like to implement Google Login in React Native using AppWrite. I would like to make sure that the implementation is security-compliant. I would like to know if there are any articles or videos that would be helpful! Also, if there are any security considerations that I should be aware of, I'd like to know those as well. Thank you in advance.

You won't be able to use the web sdk for OAuth2 because the web sdk tries to call window.location = endpoint
to redirect the user to log in, but window.location
is read only in RN.
See https://github.com/appwrite/sdk-for-web/issues/41#issuecomment-1345304550

Thank you so much!

[SOLVED]Implementation of Google Login using React Native

[SOLVED] Implementation of Google Login using React Native

I'm kinda stuck in the same boat here, I choose Appwrite boldly thinking it will support Google sign in , for my React native app, is there a possiblity to implement Oauth with the REST API's of appwrite ?

I'm thinking of passing this url to webview inside RN and handling it , am i stepping in the right direction ?


Can we use this library in conjuction with appwrite ?

to fill in the gaps

Hi @rayanfer32 , did you had any luck with this issue? I'm stuck in a very similiar one


Not sure if that will work, also it's unofficial

Havent tried anything yet
Recommended threads
- flutter_web_auth_2 needs to be updated!
The appwrite SDK is using an old version of flutter_web_auth_2 which I beleive is now deprecated, or atleast, isn't working for me. iOS, Linux, Web, Windows stu...
- Still an issue? On user deletion, target...
This has been mentioned here: https://discord.com/channels/564160730845151244/1295830646039515146 and as a Github issue here: https://github.com/appwrite/appwri...
- iOS Sign in with Apple error: signup not...
I can’t get Sign in with Apple to work for my iOS app. I followed the instructions on https://appwrite.io/integrations/oauth-apple very closely and multiple tim...
