Matej Bačo

Results 371 comments of Matej Bačo
trafficstars

Yes, this is possible 😇 What you need to do is to create Appwrite Function, and in settings, hook it to the document creation event. Next, you write a function...

Addressed by https://github.com/utopia-php/database/pull/133 . PR is a work in progress as of right now.

Closing this PR in favor of @PineappleIOnic PR, already merged into 0.16.x.

Hey there 👋 Regarding `would love to have a new method which allows to change databaseId`, there should be `setDatabaseId()` and `getDatabaseId()` methods on Databases class. Does it not allow...

Hello 👋 Function logs as well as document audits are kept for up to 14 days on the default installation. We decided to introduce this feature mainly because it doesn't...

I have encountered this issue myself, and was pretty confused. Looks like the way we schedule stuff currently can make multiple executions if schedule was changed too often. Here is...

We will be working towards resolving this issue, but sadly, it requires us to replace one of our current libraries with a new one that we will be making on...

Just confirming the answers above: - If you delete from clientSDK, it does not delete, instead, it only marks the account as blocked (You can still see it in Appwrite...

> In our case the IDs are mapped from the email. So, they are unable to re-registered once deleted from the server. I see, that explains why the problem exists....