Reputation: 325
I'm using firebase authentication to generate user. By default, the generated UID is always 28 characters. However, my customer wants it to be 15 characters instead. Is there a way to configure that?
Upvotes: 1
Views: 121
Reputation: 317677
It's not possible to change the way that Firebase Authentication assigns UIDs.
Upvotes: 1