@@ -61,8 +61,8 @@ You just need to include the following script and CSS file in the `<head>` tag
6161of your page, below the initialization snippet from the Firebase Console:
6262
6363``` html
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" />
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" />
6666```
6767
6868#### Localized Widget
@@ -71,17 +71,17 @@ Localized versions of the widget are available through the CDN. To use a localiz
7171localized JS library instead of the default library:
7272
7373``` html
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" />
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" />
7676```
7777
7878where ` {LANGUAGE_CODE} ` is replaced by the code of the language you want. For example, the French
7979version of the library is available at
80- ` https://www.gstatic.com/firebasejs/ui/4.5.2 /firebase-ui-auth__fr.js ` . The list of available
80+ ` https://www.gstatic.com/firebasejs/ui/4.6.0 /firebase-ui-auth__fr.js ` . The list of available
8181languages and their respective language codes can be found at [ LANGUAGES.md] ( LANGUAGES.md ) .
8282
8383Right-to-left languages also require the right-to-left version of the stylesheet, available at
84- ` https://www.gstatic.com/firebasejs/ui/4.5.2 /firebase-ui-auth-rtl.css ` , instead of the default
84+ ` https://www.gstatic.com/firebasejs/ui/4.6.0 /firebase-ui-auth-rtl.css ` , instead of the default
8585stylesheet. 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.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" />
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" />
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.5.2 /firebase-ui-auth.js" >< / script>
1287- < link type= " text/css" rel= " stylesheet" href= " https://www.gstatic.com/firebasejs/ui/4.5.2 /firebase-ui-auth.css" / >
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" / >
12881288 < script type= " text/javascript" >
12891289 // FirebaseUI config.
12901290 var uiConfig = {
0 commit comments