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
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- how to access the value of account statu...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...