-
Heya, really cool project you made!
I was reading the bit about the data persistence and how it's hard to sync between clients without incurring costs right now, and https://github.com/automerge/au…
-
### 🔖 Feature description
Hi all, dear developers, please consider the possibility of updating data in a single document via websocket, because when working with microprocessors (arduino, esp32) you …
-
### 🔖 Enhancement description
Add the ability to set up project-specific backups through the Appwrite console. Users can schedule automated backups or manually export projects, saving to local storag…
-
### 👟 Reproduction steps
Hey Appwrite team :wave:,
I’m working on a Python function.
this function first get data from user collection, decrease their credits and try to update it.
Apparently it sho…
-
### 👟 Reproduction steps
- upload .wav file to any bucket
- try to open the file via the from appwrite provided URL
### 👍 Expected behavior
- file should be interpreted as audio file and a audio pl…
-
Stripe is not compatible with this proxy because it reformats the raw body in a way that breaks stripe validating the signature. The stripe SDK uses the signed signature in the header and the raw body…
-
### 🔖 Feature description
Currently, the createMembership api, does not provide a id parameter here. It seems that it automatically use the unique() to create a membership ID. so can we add a id para…
-
### 🔖 Feature description
It would be nice if there were helper ways to avoid/control orphans:
1. Make optional the creation of DB Foreign Keys, when creating a realtionship in a collection.
2…
-
### 🔖 Feature description
For each collection there is a button to download a typescript interface not just with the normal "Document Object" Types, but with all attributes.
For example:
```
inte…
-
### 👟 Reproduction steps
In every old collection (migration from my self hosted instance) I create a document with SDK, it works fine. With every new collection I create in the cloud console, it doe…