Secure login with multi-factor auth.
Scalable and robust databases.
Advanced compression and encryption.
Deploy & scale serverless functions.
Set up a full-functioning messaging service.
Subscribe and react to any event.
The open-source Vercel alternative.
Appwrite helped reduce development time by 60%, and lower server costs by 40%.
I/flutter (27654): Error fetching user by phone: AppwriteException: general_query_invalid, Invalid query: Attribute not found in schema: phone (400)
databaseId: 'your_database_id', collectionId: 'your_collection_id', queries: [ Query.equal('phone', user.phone), ], );```
Reply to this thread by joining our Discord
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
Get community support by joining our Discord server.
Join Appwrite Pro and get email support from our team.