How To Access To Usercredential In Flutter

[Solved] How To Access To Usercredential In Flutter | Dart - Code Explorer | yomemimo.com
Question : how to access to userCredential in flutter

Answered by : dineth-s

var currentUser = FirebaseAuth.instance.currentUser;
if (currentUser != null) { print(currentUser.uid);
}

Source : | Last Update : Wed, 20 Apr 22

Answers related to how to access to usercredential in flutter

Code Explorer Popular Question For Dart