This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
326324This 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
416414Note that changing a password may fail if your login for this ` email ` was too long ago (per Firebase's standards, whatever they are).
417415
You can’t perform that action at this time.
0 commit comments