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.
TL;DR
To get the list of all collections in Appwrite using React Native, you need to use a server-side SDK like the Node.js one. Check the Appwrite Node.js SDK documentation for reference on listing collections: https://appwrite.io/docs/references/cloud/server-nodejs/databases#listCollections.