()
| 163 | } |
| 164 | |
| 165 | logOutUser() { |
| 166 | firebase().auth().signOut(); |
| 167 | this._setCurrentUser(undefined); |
| 168 | } |
| 169 | |
| 170 | loginMs() { |
| 171 | // https://firebase.google.com/docs/auth/android/microsoft-oauth#handle_the_sign-in_flow_with_the_firebase_sdk |
nothing calls this directly
no test coverage detected