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
- functions domain error
I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...
- Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?
- Python function - error while creating /...
I have been trying to figure it out myself for the last 2 days. I have self-hosted appwrite instance, and I am running python 3.12 function. It works great up t...