Hey there,
If i try to create a new document for a new user it says Document with the requested ID already exist, but i use ID.unique() and if i consolemlog that it also hives a new one. Can someone help me
TL;DR
Developers experiencing issue with creating new documents for users are receiving an error stating that the document ID already exists, despite using ID.unique(). The solution is to ensure that the unique method is working properly and generating new IDs correctly.