This repository was archived by the owner on Sep 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 22
33* Upgraded to Firebase JS API ` 4.2.0 ` .
44* Added ` toJson ` to ` DataSnapshot ` and ` Query ` .
5- * Added more tests for V4 API.
65* ` Auth ` :
76 * Implemented ` PhoneAuthProvider ` and ` RecaptchaVerifier ` .
87* ` User ` :
98 * Added ` phoneNumber ` property to the ` UserInfo ` .
10- * Added ` linkWithPhoneNumber ` , ` updatePhoneNumber ` and ` reauthenticateWithPhoneNumber ` methods.
11- * New example demonstrating ` PhoneAuthProvider ` functionality in ` example/auth_phone ` .
9+ * Added ` linkWithPhoneNumber ` , ` updatePhoneNumber ` and
10+ ` reauthenticateWithPhoneNumber ` methods.
11+ * New example demonstrating ` PhoneAuthProvider ` functionality in
12+ ` example/auth_phone ` .
13+ * Added more tests for V4 API.
1214
1315## 4.0.0
1416
4648* Updates from the Firebase ` 3.8.0 ` and ` 3.9.0 ` in ` auth ` library:
4749 * ` User `
4850 * Deprecated ` link ` method in favor of ` linkWithCredential ` .
49- * Deprecated ` reauthenticate ` method in favor of ` reauthenticateWithCredential ` .
50- * Added new ` reauthenticateWithPopup ` and ` reauthenticateWithRedirect ` methods.
51+ * Deprecated ` reauthenticate ` method in favor of
52+ ` reauthenticateWithCredential ` .
53+ * Added new ` reauthenticateWithPopup ` and ` reauthenticateWithRedirect `
54+ methods.
5155 * ` UserCredential `
5256 * Added new ` operationType ` property.
5357 * ` AuthCredential `
Original file line number Diff line number Diff line change 2222< div class ="container ">
2323 < h1 > Phone auth demo</ h1 >
2424 < p class ="error "> </ p >
25- < h2 > Register with phone number</ h2 >
2625 < form id ="register_form " style ="display: none ">
2726 < label for ="phone "> Your phone number in E.164 format (e.g. +16505550101).</ label > < br >
2827 < input type ="text " placeholder ="Your phone number " id ="phone ">
@@ -43,4 +42,4 @@ <h3>Verification code</h3>
4342< script src ="index.dart " type ="application/dart "> </ script >
4443< script src ="packages/browser/dart.js "> </ script >
4544</ body >
46- </ html >
45+ </ html >
You can’t perform that action at this time.
0 commit comments