
i was going to create collection for a chat app each collection is created for a group chat. Is there any number limit for creating collection in a database ?.

No limit

Fyi, operations like creating collections and attributes may take some time on cloud when theirs DB maintenance. I typically create a collection per data type instead

ok. thanks
Recommended threads
- Offline replication with RXDB
Hey there! Trying out apprwrite with rxdb for an offline focussed application. I cannot seem to find on how to set the permissions on a per document level?
- How to Fetch Item and Include the User/A...
A typical workflow with ORMs is to, for example, fetch an item from the DB and include the user who created it. How would I do that with AppWrite? Is that easil...
- Unable to add permission when creating a...
I am creating a collection from a cloud function using the Appwrite Dart server SDK, and I want to add permissions so it can be accessed by users. I added code ...
