Hey everyone i have created my iOS app using SwiftUI also i have used Google firebase but now instead i want to use appwrite i am not getting how to configure appwrite with my project . also i have used firestore databse to store data using collection and documents . so i need help regarding it .
What exactly do you need help with? have you read through all the docs?
so i have created database in firebase firestore to store my data
the structure of such database is follows -
collection -> Documents -> collection and Field -> document (having nested fields like array and strings)
so i want to do the same in Appwrite
yes i have read the docs , but it still didn't got
Appwrite's database is flat and structured which is very different than Firestone which is a nosql database
ohh thats why i am not able to figure it out
can yo suggest me how can i do it i am getting pretty messed up
Maybe this will help: https://dev.to/appwrite/30daysofappwrite-database-design-140a. It's a little outdated but the idea still applies
Recommended threads
- 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...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...