()
| 133 | |
| 134 | // The user signs-out his Firebase account. |
| 135 | async function signUserOut() { |
| 136 | await signOut(auth); |
| 137 | } |
| 138 | |
| 139 | // This is called when the Firebase auth state has changed. i.e. the User has signed-in or signed-out. |
| 140 | const onAuthStateChangedHandler = function(user: User | null) { |
nothing calls this directly
no outgoing calls
no test coverage detected