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
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...
- [ENHANCEMENT] Use the custom Next.js dep...
Deployment adapters on Next.js are now stable! This means that we don't have to stick to the limitations of sniffing out build outputs and manually moving or mo...
- NextJS builds sudden runtime_timeout
My builds suddenly stopped working. Activating old prebuilt snapshots work, but redeploying that same code produces builds that throw runtime_timeout FRA region