Skip to content

Commit 194548b

Browse files
[firebase-release] Removed change log and reset repo after 4.6.1 release
1 parent da98299 commit 194548b

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
* Allow `fullLabel` customization for tenant selection buttons in FirebaseUI for IAP.

README.md

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

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

6868
#### Localized Widget
@@ -71,17 +71,17 @@ Localized versions of the widget are available through the CDN. To use a localiz
7171
localized JS library instead of the default library:
7272

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

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

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

8787
### Option 2: npm Module
@@ -195,8 +195,8 @@ for a more in-depth example, showcasing a Single Page Application mode.
195195
* TODO(DEVELOPER): Paste the initialization snippet from:
196196
* Firebase Console > Overview > Add Firebase to your web app. *
197197
***************************************************************************************** -->
198-
<script src="https://www.gstatic.com/firebasejs/ui/4.6.0/firebase-ui-auth.js"></script>
199-
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.6.0/firebase-ui-auth.css" />
198+
<script src="https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth.js"></script>
199+
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth.css" />
200200
<script type="text/javascript">
201201
// FirebaseUI config.
202202
var uiConfig = {
@@ -1283,8 +1283,8 @@ FirebaseUI is displayed.
12831283
* TODO(DEVELOPER): Paste the initialization snippet from:
12841284
* Firebase Console > Overview > Add Firebase to your web app. *
12851285
***************************************************************************************** -->
1286-
<script src="https://www.gstatic.com/firebasejs/ui/4.6.0/firebase-ui-auth.js"></script>
1287-
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.6.0/firebase-ui-auth.css" />
1286+
<script src="https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth.js"></script>
1287+
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth.css" />
12881288
<script type="text/javascript">
12891289
// FirebaseUI config.
12901290
var uiConfig = {

0 commit comments

Comments
 (0)