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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...