Can I ship my app to production with appwrite cloud
Appwrite Cloud is currently in public beta
Consequently it could face some instabilities/downtime and in the worst case data loss (improbably, since they make backups). Unless you have a really small app and you don't care about what's mentioned, use appwrite cloud
If not, you can self-host appwrite really easily in digitalocean. There's one-click installation tool: https://marketplace.digitalocean.com/apps/appwrite
Note you should have the droplet that has 2gb of ram since it's the minimum required.
You can lately migrate to cloud after beta if you want, from self-hosted
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...