I actually need to build a small mvp expo app. The only strict requirement is Azure AD login. In auth settings I enabled microsoft auth with necessary fields. Now when I try to add platform to the project, what do I put under Hostname?
expo is react native right? So it eventually converts to an iOS and android app?
In this case, you can add an android ( and/ or ) iOS platform and use the package name instead
Ahh I see. For firebase I had to setup web app instead of android and ios for react native. So i thought i had to do the same. I will try that.
Yea if you're making a request using an iOS or android device or emulator, you've to setup the corresponding platform. if you're making requests to Appwrite from a web app, you've to add the domain as a web platform
That’s not true bro. By Firebase you have to do the same and setup an Android and iOS app to get the proper auth files for the expo app
I literally have email password working with firebase auth in my expo app. For my flutter app I did have to make ios and android app, but for my expo, I did web.
Basic auth is another thing, but for social auth you need to create the proper platform type registration to get the authentication files (Infoplist and gs json) 🙂
yes you're right. When I said I have firebase working I meant basic email password auth. Okay I will try android and ios app and see where that takes me. I really wish we had some good RN tutorials for social auth using appwrite. Thanks
Recommended threads
- edu email
my edu email is my seccondary email for github and when i signed in i dont think its registering i have an edu email using githubs education pack anyone know ho...
- Issues with Appwrite and networking
Hi, I’ve been having some real issues with hosting appwrite, I have it running with the hostname ‘localhost’ and I used to also be able to use the machines IP ...
- Appwrite usage is reporting inaccurate i...
I was using Appwrite mainly for the site hosting on the free tier when I saw that I am using 5 GB storage when Appwrite only allows you to use 2 GB. It’s been l...