Can you build a React Native Application alongside Appwrite?
You'll need to use the Web SDK for it https://appwrite.io/docs/getting-started-for-web
And in case you're getting CORS error you should set the Hostname of your web platform to *
As far as I know, the only two things that require a workaround are oauth and storage. See
Recommended threads
- Appwriter Linux Key Bindings
Any tips for configuring appwriter for ubuntu? Actually the keybindings are tightly binded to either windows or mac. Working well on windows but in ubuntu some ...
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...