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 2
2
3
3
* Upgraded to Firebase JS API ` 4.2.0 ` .
4
4
* Added ` toJson ` to ` DataSnapshot ` and ` Query ` .
5
- * Added more tests for V4 API.
6
5
* ` Auth ` :
7
6
* Implemented ` PhoneAuthProvider ` and ` RecaptchaVerifier ` .
8
7
* ` User ` :
9
8
* 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.
12
14
13
15
## 4.0.0
14
16
46
48
* Updates from the Firebase ` 3.8.0 ` and ` 3.9.0 ` in ` auth ` library:
47
49
* ` User `
48
50
* 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.
51
55
* ` UserCredential `
52
56
* Added new ` operationType ` property.
53
57
* ` AuthCredential `
Original file line number Diff line number Diff line change 22
22
< div class ="container ">
23
23
< h1 > Phone auth demo</ h1 >
24
24
< p class ="error "> </ p >
25
- < h2 > Register with phone number</ h2 >
26
25
< form id ="register_form " style ="display: none ">
27
26
< label for ="phone "> Your phone number in E.164 format (e.g. +16505550101).</ label > < br >
28
27
< input type ="text " placeholder ="Your phone number " id ="phone ">
@@ -43,4 +42,4 @@ <h3>Verification code</h3>
43
42
< script src ="index.dart " type ="application/dart "> </ script >
44
43
< script src ="packages/browser/dart.js "> </ script >
45
44
</ body >
46
- </ html >
45
+ </ html >
You can’t perform that action at this time.
0 commit comments