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
- Failed to build function: Incorrect prox...
I have a function which I updated. Previously built and deployed just fine. I made some small edits and pushed to github, and now it's failing on the build wit...
- Ways to reduce the size that appwrite ta...
Hi, Forgive me for the strange question because I'm not an expert. I have an appwrite selfhosted instance with 200 milion+ docs, the disk usage is 120+ gb Is...
- How to protect file url
I generate the url to file in NextJS server action. In client component, i use that url as src image. It works fine when I give Any permission! I want to protec...