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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Missing Invoice
Hi! I need help with billing on my account (marelu@gmail.com). I have never received a single invoice by email. My organization has been on the Pro plan since...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...