For not saying it's not recommended encrypting the database itself
hmm yeah and I found a bug? this should called aswell on creation right?
for functions
I think there's not any bug, It seems to be correct
Only deletion is triggered but when I register it doesnt start the function
so a create user event
Note that things like functions variable are encrypted
Because that's the only thing needed to be encrypted most cases
You need to put user.create
You didn't have selected it
it says user.*.create
The screenshot doesn't seems to show create
I mean with this as I tried this before
Its not triggered
This should trigger π€
Unless OAuth, I think
(Login with third party)
I used email
or does it be like this
let me try this
nope
but users.* will do all events aswell right? so then creation/register must be a trigger aswell but it doesnt
Not sure about that, if possible, please, create another post for this issue, in order to separate different topics π
alr will do
[CLOSED] How to save important data in a user database
Recommended threads
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...