Hello Appwrite support,
I am planning out scenarios for how to handle bigger customers. Is it ok to ask customers to create an appwrite account and put in an appwrite cloud project id and api key? and then they can handle their own user list, usage and billing?
Or is appwrite just for developers?
I don't see anything wrong with this, but appwrite isn't really a CMS, so it does take some bit of technical knowledge to understand what you're doing.
Recommended threads
- How to use appwrite types
I am using appwrite types --language ts ./types to generate the types yielding something like: ``` import type { Models } from 'node-appwrite'; // This file i...
 - Migrating functions from between regions...
Hi Appwrite team, I am running into rate limits where only part of my 77 functions are being successfully migrated (only 50 went through) via the Migration tab ...
 - Internal server Error when trying to exe...
When executing the function locally it works fine, but when the function is deployed I get this error: ```requests.exceptions.HTTPError: 500 Server Error: Inter...