uid property

String uid

A synchronous way to get the current Firebase User's UID. Returns the String representation of the UID. Returns null if FirebaseAuth is not linked, or if there is no currently signed-in user.

Implementation

String get uid;