Skip to content

Commit

Permalink
docs: fixed signOut method documentation (firebase#3342)
Browse files Browse the repository at this point in the history
Co-authored-by: Bilal Akmal <[email protected]>
Co-authored-by: Mike Diarmid <[email protected]>
  • Loading branch information
3 people authored Aug 26, 2020
1 parent c37879a commit c22d6dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ class FirebaseAuth extends FirebasePluginPlatform {

/// Signs out the current user.
///
/// If successful, it also signs the user in into the app and updates
/// If successful, it also updates
/// any [authStateChanges], [idTokenChanges] or [userChanges] stream
/// listeners.
Future<void> signOut() async {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ abstract class FirebaseAuthPlatform extends PlatformInterface {

/// Signs out the current user.
///
/// If successful, it also signs the user in into the app and updates
/// If successful, it also updates
/// any [authStateChanges], [idTokenChanges] or [userChanges] stream
/// listeners.
Future<void> signOut() async {
Expand Down

0 comments on commit c22d6dc

Please sign in to comment.