Sign Out

Use the signOut method to allow users to sign out from the application.

Method

await FirebaseApp.firebaseAuth?.signOut();

Parameters

  • None

Return

  • void: This method does not return a value.

This method signs the user out of the application, ending their current authentication session.

Last updated