You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -222,10 +222,10 @@ Finds a user previously created with [`createUser`](https://www.firebase.com/doc
222
222
223
223
Finds a user previously created with [`createUser`](https://www.firebase.com/docs/web/api/firebase/createuser.html). If no user was created with the specified `email`, the promise is rejected.
224
224
225
-
##### `updateUser(user)` -> `Promise<Object>`
225
+
##### `updateUser(user)` -> `Promise<MockUser>`
226
226
227
227
Replace the existing user with a new one, by matching uid. Throws an
228
-
error If no user exists whose uid matches the given user's uid. Resolves
228
+
error if no user exists whose uid matches the given user's uid. Resolves
229
229
with the updated user when complete. This operation is queued until the
0 commit comments