
How can i get all the collections created in a database using react native, and appwrite version is 13.0.2. I am using the cloud verison.

You'd have to use a server side sdk, like the node one.
https://appwrite.io/docs/references/cloud/server-nodejs/databases#listCollections

when i try to print it i am getting this value when i print the list
Recommended threads
- transaction like functionality
As I understand it appwrite doesn't support transactions. I'm attempting to make a document in three separate collections at the same time when a user register...
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
