@@ -62,8 +62,8 @@ You just need to include the following script and CSS file in the `<head>` tag
62
62
of your page, below the initialization snippet from the Firebase Console:
63
63
64
64
``` html
65
- <script src =" https://www.gstatic.com/firebasejs/ui/6.0.1 /firebase-ui-auth.js" ></script >
66
- <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/6.0.1 /firebase-ui-auth.css" />
65
+ <script src =" https://www.gstatic.com/firebasejs/ui/6.0.2 /firebase-ui-auth.js" ></script >
66
+ <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/6.0.2 /firebase-ui-auth.css" />
67
67
```
68
68
69
69
#### Localized Widget
@@ -72,17 +72,17 @@ Localized versions of the widget are available through the CDN. To use a
72
72
localized widget, load the localized JS library instead of the default library:
73
73
74
74
``` html
75
- <script src =" https://www.gstatic.com/firebasejs/ui/6.0.1 /firebase-ui-auth__{LANGUAGE_CODE}.js" ></script >
76
- <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/6.0.1 /firebase-ui-auth.css" />
75
+ <script src =" https://www.gstatic.com/firebasejs/ui/6.0.2 /firebase-ui-auth__{LANGUAGE_CODE}.js" ></script >
76
+ <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/6.0.2 /firebase-ui-auth.css" />
77
77
```
78
78
79
79
where ` {LANGUAGE_CODE} ` is replaced by the code of the language you want. For example, the French
80
80
version of the library is available at
81
- ` https://www.gstatic.com/firebasejs/ui/6.0.1 /firebase-ui-auth__fr.js ` . The list of available
81
+ ` https://www.gstatic.com/firebasejs/ui/6.0.2 /firebase-ui-auth__fr.js ` . The list of available
82
82
languages and their respective language codes can be found at [ LANGUAGES.md] ( LANGUAGES.md ) .
83
83
84
84
Right-to-left languages also require the right-to-left version of the stylesheet, available at
85
- ` https://www.gstatic.com/firebasejs/ui/6.0.1 /firebase-ui-auth-rtl.css ` , instead of the default
85
+ ` https://www.gstatic.com/firebasejs/ui/6.0.2 /firebase-ui-auth-rtl.css ` , instead of the default
86
86
stylesheet. The supported right-to-left languages are Arabic (ar), Farsi (fa), and Hebrew (iw).
87
87
88
88
### Option 2: npm Module
@@ -182,14 +182,14 @@ for a more in-depth example, showcasing a Single Page Application mode.
182
182
<head >
183
183
<meta charset =" UTF-8" >
184
184
<title >Sample FirebaseUI App</title >
185
- <script src =" https://www.gstatic.com/firebasejs/9.1.3 /firebase-app-compat.js" ></script >
186
- <script src =" https://www.gstatic.com/firebasejs/9.1.3 /firebase-auth-compat.js" ></script >
185
+ <script src =" https://www.gstatic.com/firebasejs/9.13.0 /firebase-app-compat.js" ></script >
186
+ <script src =" https://www.gstatic.com/firebasejs/9.13.0 /firebase-auth-compat.js" ></script >
187
187
<!-- *******************************************************************************************
188
188
* TODO(DEVELOPER): Paste the initialization snippet from this dialog box:
189
189
* Firebase Console > Project Settings > Add App > Web.
190
190
***************************************************************************************** -->
191
- <script src =" https://www.gstatic.com/firebasejs/ui/6.0.1 /firebase-ui-auth.js" ></script >
192
- <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/6.0.1 /firebase-ui-auth.css" />
191
+ <script src =" https://www.gstatic.com/firebasejs/ui/6.0.2 /firebase-ui-auth.js" ></script >
192
+ <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/6.0.2 /firebase-ui-auth.css" />
193
193
<script type =" text/javascript" >
194
194
// FirebaseUI config.
195
195
var uiConfig = {
@@ -257,8 +257,8 @@ Here is how you would track the Auth state across all your pages:
257
257
<head >
258
258
<meta charset =" UTF-8" >
259
259
<title >Sample FirebaseUI App</title >
260
- <script src =" https://www.gstatic.com/firebasejs/9.1.3 /firebase-app-compat.js" ></script >
261
- <script src =" https://www.gstatic.com/firebasejs/9.1.3 /firebase-auth-compat.js" ></script >
260
+ <script src =" https://www.gstatic.com/firebasejs/9.13.0 /firebase-app-compat.js" ></script >
261
+ <script src =" https://www.gstatic.com/firebasejs/9.13.0 /firebase-auth-compat.js" ></script >
262
262
<!-- *******************************************************************************************
263
263
* TODO(DEVELOPER): Paste the initialization snippet from:
264
264
* Firebase Console > Overview > Add Firebase to your web app. *
@@ -1338,14 +1338,14 @@ FirebaseUI is displayed.
1338
1338
<head >
1339
1339
<meta charset =" UTF-8" >
1340
1340
<title >Sample FirebaseUI App</title >
1341
- <script src =" https://www.gstatic.com/firebasejs/9.1.3 /firebase-app-compat.js" ></script >
1342
- <script src =" https://www.gstatic.com/firebasejs/9.1.3 /firebase-auth-compat.js" ></script >
1341
+ <script src =" https://www.gstatic.com/firebasejs/9.13.0 /firebase-app-compat.js" ></script >
1342
+ <script src =" https://www.gstatic.com/firebasejs/9.13.0 /firebase-auth-compat.js" ></script >
1343
1343
<!-- *******************************************************************************************
1344
1344
* TODO(DEVELOPER): Paste the initialization snippet from:
1345
1345
* Firebase Console > Overview > Add Firebase to your web app. *
1346
1346
***************************************************************************************** -->
1347
- <script src =" https://www.gstatic.com/firebasejs/ui/6.0.1 /firebase-ui-auth.js" ></script >
1348
- <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/6.0.1 /firebase-ui-auth.css" />
1347
+ <script src =" https://www.gstatic.com/firebasejs/ui/6.0.2 /firebase-ui-auth.js" ></script >
1348
+ <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/6.0.2 /firebase-ui-auth.css" />
1349
1349
<script type =" text/javascript" >
1350
1350
// FirebaseUI config.
1351
1351
var uiConfig = {
@@ -1939,8 +1939,8 @@ FirebaseUI-web v6.0.0 is intended to be used alongside Firebase JS SDK v9 compat
1939
1939
If using the CDN, change your Firebase imports to:
1940
1940
1941
1941
``` html
1942
- <script src =" https://www.gstatic.com/firebasejs/9.1.3 /firebase-app-compat.js" ></script >
1943
- <script src =" https://www.gstatic.com/firebasejs/9.1.3 /firebase-auth-compat.js" ></script >
1942
+ <script src =" https://www.gstatic.com/firebasejs/9.13.0 /firebase-app-compat.js" ></script >
1943
+ <script src =" https://www.gstatic.com/firebasejs/9.13.0 /firebase-auth-compat.js" ></script >
1944
1944
```
1945
1945
1946
1946
If NPM:
0 commit comments