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
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...