Rank 2: Process
Hello!
When I delete a collection via dart sdk the current database will be deleted too, why is this happening? I don't have the code to delete the database. By
Votes
0
Replies
11
Participants
Unknown
Messages
12
Rank 2: Process
Hello!
When I delete a collection via dart sdk the current database will be deleted too, why is this happening? I don't have the code to delete the database. By
Rank 2: Process
deleting the collection and document will also delete the database
Admin
This can happen if you're passing an empty string for the ID
Rank 2: Process
Interestingly, after deleting the document, the collection will also be deleted.
Admin
No, that shouldn't happen
Rank 2: Process
Thank you! You were right. I checked before executing, id is empty and not. After that everything was fine
Rank 2: Process
How can I remove user rights via dart sdk on selected collection
Rank 3: Container
What do you want to do?
Rank 2: Process
I want to remove a specific user from permission lists via dart sdk
Rank 2: Process
I tried to create a group and add selected users there. But when creating a group, an error appeared about this, I already wrote in another chat. So instead I created a collection for the group chat and added the group members as a permission that way. In principle, everything works except for deleting a specific user.
Admin
best to continue this in the other post
Admin
[SOLVED] The database is being deleted without my knowledge