Skip to content

Commit 49128da

Browse files
[firebase-release] Removed change log and reset repo after 4.5.1 release
1 parent bcf264a commit 49128da

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
* Migrated to new one-tap sign-up API.
2-
* Fixed issue when existing email link user tries to sign in when only email/password sign-in method is provided.

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.5.0/firebase-ui-auth.js"></script>
65-
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.5.0/firebase-ui-auth.css" />
64+
<script src="https://www.gstatic.com/firebasejs/ui/4.5.1/firebase-ui-auth.js"></script>
65+
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.5.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.5.0/firebase-ui-auth__{LANGUAGE_CODE}.js"></script>
75-
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.5.0/firebase-ui-auth.css" />
74+
<script src="https://www.gstatic.com/firebasejs/ui/4.5.1/firebase-ui-auth__{LANGUAGE_CODE}.js"></script>
75+
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.5.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.5.0/firebase-ui-auth__fr.js`. The list of available
80+
`https://www.gstatic.com/firebasejs/ui/4.5.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.5.0/firebase-ui-auth-rtl.css`, instead of the default
84+
`https://www.gstatic.com/firebasejs/ui/4.5.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
@@ -197,8 +197,8 @@ for a more in-depth example, showcasing a Single Page Application mode.
197197
* TODO(DEVELOPER): Paste the initialization snippet from:
198198
* Firebase Console > Overview > Add Firebase to your web app. *
199199
***************************************************************************************** -->
200-
<script src="https://www.gstatic.com/firebasejs/ui/4.5.0/firebase-ui-auth.js"></script>
201-
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.5.0/firebase-ui-auth.css" />
200+
<script src="https://www.gstatic.com/firebasejs/ui/4.5.1/firebase-ui-auth.js"></script>
201+
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.5.1/firebase-ui-auth.css" />
202202
<script type="text/javascript">
203203
// FirebaseUI config.
204204
var uiConfig = {
@@ -1243,8 +1243,8 @@ FirebaseUI is displayed.
12431243
* TODO(DEVELOPER): Paste the initialization snippet from:
12441244
* Firebase Console > Overview > Add Firebase to your web app. *
12451245
***************************************************************************************** -->
1246-
<script src="https://www.gstatic.com/firebasejs/ui/4.5.0/firebase-ui-auth.js"></script>
1247-
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.5.0/firebase-ui-auth.css" />
1246+
<script src="https://www.gstatic.com/firebasejs/ui/4.5.1/firebase-ui-auth.js"></script>
1247+
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.5.1/firebase-ui-auth.css" />
12481248
<script type="text/javascript">
12491249
// FirebaseUI config.
12501250
var uiConfig = {

0 commit comments

Comments
 (0)