I was wondering what happends to the ID of the user after its deleted. Does the ID get whitelisted or can someone else obtain it with pure luck? And if so how hard would it be to get it with pure luck
The chance of colission is practically zero
Actually, IDs are randomly created. So if you are using unique() to make IDs, chances are very very very rare for this to happen and even if you are creating the ID yourself, this is highly unlikely
Here is how those unqiue values are calculated.
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...