Is it ok to show $uid, generated by Firebase Authentication?

Viewed 1063

I have Firebase Authentication enabled and after registering new user, I create some other data tables and I distinguish them by $uid, generated by Firebase. Also $uid is being displayed in browser address bar, like:

http://localhost:4200/accounts/6WvgabEHMRbGYxJ0inaCjWHmkif2

Is it safe enough to use it in this way (and is it normal practise)?

1 Answers
Related