HungDQ
HungDQ

Reputation: 325

Firebase authentication how to generate UID with 15 characters instead of 28 by default?

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

Answers (1)

Doug Stevenson
Doug Stevenson

Reputation: 317677

It's not possible to change the way that Firebase Authentication assigns UIDs.

Upvotes: 1

Related Questions