The system visible on https://appwrite.io/ seems to offer services similar to those offered by Google's Firebase
How can I read / write access to the information contained in the appwrite.io database service?
The system visible on https://appwrite.io/ seems to offer services similar to those offered by Google's Firebase
How can I read / write access to the information contained in the appwrite.io database service?
The Appwrite server API provides you with two authentication methods. The first one uses an API key, and the second is using a JSON Web Token (JWT). Each method has different use cases, and you can use whichever fills your app needs.