Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit a4bbf5d

Browse files
author
Jacob Wenger
authored
Added note about $signOut() returning an empty Promise
1 parent 90d1c8e commit a4bbf5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,8 +752,8 @@ offAuth();
752752

753753
### $signOut()
754754

755-
Signs out a client. It takes no arguments and returns a `Promise` when the client has been signed
756-
out. Upon fulfillment, the `$onAuthStateChanged()` callback(s) will be triggered.
755+
Signs out a client. It takes no arguments and returns an empty `Promise` when the client has been
756+
signed out. Upon fulfillment, the `$onAuthStateChanged()` callback(s) will be triggered.
757757

758758
```html
759759
<span ng-show="firebaseUser">

0 commit comments

Comments
 (0)