NevusOriginal post
Rank 4: Virtual Machine
Should all ids be globally unique or only for an account?
Summary
The IDs for appwrite cloud do not need to be globally unique. They only need to be unique within the account.
Votes
0
Replies
3
Participants
Unknown
Messages
4
Rank 4: Virtual Machine
Should all ids be globally unique or only for an account?
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.
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.
Rank 4: Virtual Machine
Ahh I was using the wrong project id. Sorry