Skip to content

Commit 02996d4

Browse files
[firebase-release] Removed change log and reset repo after 4.7.0 release
1 parent fa37786 commit 02996d4

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
* Removes all accountchooser.com dependencies and deprecates all related APIs now that it is operating in universal opt-out mode.

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ You just need to include the following script and CSS file in the `<head>` tag
6262
of your page, below the initialization snippet from the Firebase Console:
6363

6464
```html
65-
<script src="https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth.js"></script>
66-
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth.css" />
65+
<script src="https://www.gstatic.com/firebasejs/ui/4.7.0/firebase-ui-auth.js"></script>
66+
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.7.0/firebase-ui-auth.css" />
6767
```
6868

6969
#### Localized Widget
@@ -72,17 +72,17 @@ Localized versions of the widget are available through the CDN. To use a
7272
localized widget, load the localized JS library instead of the default library:
7373

7474
```html
75-
<script src="https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth__{LANGUAGE_CODE}.js"></script>
76-
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth.css" />
75+
<script src="https://www.gstatic.com/firebasejs/ui/4.7.0/firebase-ui-auth__{LANGUAGE_CODE}.js"></script>
76+
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.7.0/firebase-ui-auth.css" />
7777
```
7878

7979
where `{LANGUAGE_CODE}` is replaced by the code of the language you want. For example, the French
8080
version of the library is available at
81-
`https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth__fr.js`. The list of available
81+
`https://www.gstatic.com/firebasejs/ui/4.7.0/firebase-ui-auth__fr.js`. The list of available
8282
languages and their respective language codes can be found at [LANGUAGES.md](LANGUAGES.md).
8383

8484
Right-to-left languages also require the right-to-left version of the stylesheet, available at
85-
`https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth-rtl.css`, instead of the default
85+
`https://www.gstatic.com/firebasejs/ui/4.7.0/firebase-ui-auth-rtl.css`, instead of the default
8686
stylesheet. The supported right-to-left languages are Arabic (ar), Farsi (fa), and Hebrew (iw).
8787

8888
### Option 2: npm Module
@@ -196,8 +196,8 @@ for a more in-depth example, showcasing a Single Page Application mode.
196196
* TODO(DEVELOPER): Paste the initialization snippet from:
197197
* Firebase Console > Overview > Add Firebase to your web app. *
198198
***************************************************************************************** -->
199-
<script src="https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth.js"></script>
200-
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth.css" />
199+
<script src="https://www.gstatic.com/firebasejs/ui/4.7.0/firebase-ui-auth.js"></script>
200+
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.7.0/firebase-ui-auth.css" />
201201
<script type="text/javascript">
202202
// FirebaseUI config.
203203
var uiConfig = {
@@ -1280,8 +1280,8 @@ FirebaseUI is displayed.
12801280
* TODO(DEVELOPER): Paste the initialization snippet from:
12811281
* Firebase Console > Overview > Add Firebase to your web app. *
12821282
***************************************************************************************** -->
1283-
<script src="https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth.js"></script>
1284-
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth.css" />
1283+
<script src="https://www.gstatic.com/firebasejs/ui/4.7.0/firebase-ui-auth.js"></script>
1284+
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.7.0/firebase-ui-auth.css" />
12851285
<script type="text/javascript">
12861286
// FirebaseUI config.
12871287
var uiConfig = {

0 commit comments

Comments
 (0)