Should all ids be globally unique or only for an account?
TL;DR
The IDs for appwrite cloud do not need to be globally unique. They only need to be unique within the account.
Binyamin
5 Jun, 2023, 03:28
I've just check to verify it, and I was able to create two databases with the same ID in the same account in two different projects.
Binyamin
5 Jun, 2023, 03:30
If you want to take a in-depth look, you can check utopia-php/database module
https://github.com/utopia-php/database/tree/main
The id you're setting in the console is a secondary ID use for your convince.