Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 0ee7cef

Browse files
committed
Tiny tweaks
1 parent 96c7383 commit 0ee7cef

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
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

@@ -46,8 +48,10 @@
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`

example/auth_phone/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
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>

0 commit comments

Comments
 (0)