@@ -61,8 +61,8 @@ You just need to include the following script and CSS file in the `<head>` tag
61
61
of your page, below the initialization snippet from the Firebase Console:
62
62
63
63
``` html
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" />
64
+ <script src =" https://www.gstatic.com/firebasejs/ui/4.5.2 /firebase-ui-auth.js" ></script >
65
+ <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/4.5.2 /firebase-ui-auth.css" />
66
66
```
67
67
68
68
#### Localized Widget
@@ -71,17 +71,17 @@ Localized versions of the widget are available through the CDN. To use a localiz
71
71
localized JS library instead of the default library:
72
72
73
73
``` html
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" />
74
+ <script src =" https://www.gstatic.com/firebasejs/ui/4.5.2 /firebase-ui-auth__{LANGUAGE_CODE}.js" ></script >
75
+ <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/4.5.2 /firebase-ui-auth.css" />
76
76
```
77
77
78
78
where ` {LANGUAGE_CODE} ` is replaced by the code of the language you want. For example, the French
79
79
version of the library is available at
80
- ` https://www.gstatic.com/firebasejs/ui/4.5.1 /firebase-ui-auth__fr.js ` . The list of available
80
+ ` https://www.gstatic.com/firebasejs/ui/4.5.2 /firebase-ui-auth__fr.js ` . The list of available
81
81
languages and their respective language codes can be found at [ LANGUAGES.md] ( LANGUAGES.md ) .
82
82
83
83
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.1 /firebase-ui-auth-rtl.css ` , instead of the default
84
+ ` https://www.gstatic.com/firebasejs/ui/4.5.2 /firebase-ui-auth-rtl.css ` , instead of the default
85
85
stylesheet. The supported right-to-left languages are Arabic (ar), Farsi (fa), and Hebrew (iw).
86
86
87
87
### Option 2: npm Module
@@ -195,8 +195,8 @@ for a more in-depth example, showcasing a Single Page Application mode.
195
195
* TODO(DEVELOPER): Paste the initialization snippet from:
196
196
* Firebase Console > Overview > Add Firebase to your web app. *
197
197
***************************************************************************************** -->
198
- <script src =" https://www.gstatic.com/firebasejs/ui/4.5.1 /firebase-ui-auth.js" ></script >
199
- <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/4.5.1 /firebase-ui-auth.css" />
198
+ <script src =" https://www.gstatic.com/firebasejs/ui/4.5.2 /firebase-ui-auth.js" ></script >
199
+ <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/4.5.2 /firebase-ui-auth.css" />
200
200
<script type =" text/javascript" >
201
201
// FirebaseUI config.
202
202
var uiConfig = {
@@ -1247,8 +1247,8 @@ FirebaseUI is displayed.
1247
1247
* TODO (DEVELOPER ): Paste the initialization snippet from:
1248
1248
* Firebase Console > Overview > Add Firebase to your web app. *
1249
1249
***************************************************************************************** -->
1250
- < script src= " https://www.gstatic.com/firebasejs/ui/4.5.1 /firebase-ui-auth.js" >< / script>
1251
- < link type= " text/css" rel= " stylesheet" href= " https://www.gstatic.com/firebasejs/ui/4.5.1 /firebase-ui-auth.css" / >
1250
+ < script src= " https://www.gstatic.com/firebasejs/ui/4.5.2 /firebase-ui-auth.js" >< / script>
1251
+ < link type= " text/css" rel= " stylesheet" href= " https://www.gstatic.com/firebasejs/ui/4.5.2 /firebase-ui-auth.css" / >
1252
1252
< script type= " text/javascript" >
1253
1253
// FirebaseUI config.
1254
1254
var uiConfig = {
0 commit comments