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
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...