Answers for "how to access to userCredential in flutter"

0

how to access to userCredential in flutter

var currentUser = FirebaseAuth.instance.currentUser;

if (currentUser != null) {
  print(currentUser.uid);
}
Posted by: Guest on April-13-2022

Code answers related to "how to access to userCredential in flutter"

Browse Popular Code Answers by Language