I need a little clarification on data centralization with Appwrite
What do you mean?
Can i store and manage manage client data in one place with the managed database solution using Appwrite Cloud?
You can see all documents and files from the Appwrite console
I have gone through the documentation, but I can’t find response to my question. That’s why I reached out to the community for help
Hello, I still haven't gotten a response from you.
I think he answered the question you posed. If you use Appwrite's database service to store your client's data, you can use the Appwrite Console (which is basically a dashboard for Appwrite) to view the data.
You can alternatively use the API to create your own dashboard to view the data
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...