Use the signOut method to allow users to sign out from the application.
signOut
await FirebaseApp.firebaseAuth?.signOut();
None
void: This method does not return a value.
This method signs the user out of the application, ending their current authentication session.
Last updated 1 year ago