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

Commit 1fd6c4a

Browse files
amcolashJacob Wenger
authored andcommitted
Add in missing migration info (#762)
1 parent 90ce238 commit 1fd6c4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/migration/1XX-to-2XX.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ Several authentication methods have been renamed and / or have different method
5454
| `$resetPassword(credentials)` | `$sendPasswordResetEmail(email)` | |
5555
| `$unauth()` | `$signOut()` | |
5656
| `$onAuth(callback)` | `$onAuthStateChanged(callback)` | |
57-
57+
| `$requireAuth()` | `$requireSignIn()` | |
58+
| `$waitForAuth()` | `$waitForSignIn()` | |
5859

5960
## Auth Payload Format Changes
6061

0 commit comments

Comments
 (0)