Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit a749960

Browse files
doc++
1 parent 163721b commit a749960

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

docs/AUTHENTICATION.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,7 @@ that receives the link will need to be redirected to your app.
320320
</details>
321321

322322

323-
#### Managing email-password accounts
324-
325-
##### Creating a Password account
323+
#### Creating a Password account
326324
This may not work on an (Android) simulator. See #463.
327325

328326
<details>
@@ -365,7 +363,7 @@ This may not work on an (Android) simulator. See #463.
365363

366364

367365
#### Resetting a password
368-
> The method name and signature has changed in 8.0.0 from `resetPassword` to `sendPasswordResetEmail` to better align with the Web API.
366+
> ⚠️ The method name and signature has changed in 8.0.0 from `resetPassword` to `sendPasswordResetEmail` to better align with the Web API.
369367
370368
<details>
371369
<summary>Native API</summary>
@@ -411,7 +409,7 @@ Note that changing an email address may fail if your login for this `email` was
411409
</details>
412410

413411
#### Updating a password
414-
> The method name and signature has changed in 8.0.0 from `changePassword` to `updatePassword` to better align with the Web API.
412+
> ⚠️ The method name and signature has changed in 8.0.0 from `changePassword` to `updatePassword` to better align with the Web API.
415413
416414
Note that changing a password may fail if your login for this `email` was too long ago (per Firebase's standards, whatever they are).
417415

0 commit comments

Comments
 (0)