@@ -62,8 +62,8 @@ You just need to include the following script and CSS file in the `<head>` tag
6262of your page, below the initialization snippet from the Firebase Console:
6363
6464``` html
65- <script src =" https://www.gstatic.com/firebasejs/ui/4.8.0 /firebase-ui-auth.js" ></script >
66- <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/4.8.0 /firebase-ui-auth.css" />
65+ <script src =" https://www.gstatic.com/firebasejs/ui/4.8.1 /firebase-ui-auth.js" ></script >
66+ <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/4.8.1 /firebase-ui-auth.css" />
6767```
6868
6969#### Localized Widget
@@ -72,17 +72,17 @@ Localized versions of the widget are available through the CDN. To use a
7272localized widget, load the localized JS library instead of the default library:
7373
7474``` html
75- <script src =" https://www.gstatic.com/firebasejs/ui/4.8.0 /firebase-ui-auth__{LANGUAGE_CODE}.js" ></script >
76- <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/4.8.0 /firebase-ui-auth.css" />
75+ <script src =" https://www.gstatic.com/firebasejs/ui/4.8.1 /firebase-ui-auth__{LANGUAGE_CODE}.js" ></script >
76+ <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/4.8.1 /firebase-ui-auth.css" />
7777```
7878
7979where ` {LANGUAGE_CODE} ` is replaced by the code of the language you want. For example, the French
8080version of the library is available at
81- ` https://www.gstatic.com/firebasejs/ui/4.8.0 /firebase-ui-auth__fr.js ` . The list of available
81+ ` https://www.gstatic.com/firebasejs/ui/4.8.1 /firebase-ui-auth__fr.js ` . The list of available
8282languages and their respective language codes can be found at [ LANGUAGES.md] ( LANGUAGES.md ) .
8383
8484Right-to-left languages also require the right-to-left version of the stylesheet, available at
85- ` https://www.gstatic.com/firebasejs/ui/4.8.0 /firebase-ui-auth-rtl.css ` , instead of the default
85+ ` https://www.gstatic.com/firebasejs/ui/4.8.1 /firebase-ui-auth-rtl.css ` , instead of the default
8686stylesheet. The supported right-to-left languages are Arabic (ar), Farsi (fa), and Hebrew (iw).
8787
8888### Option 2: npm Module
@@ -199,8 +199,8 @@ for a more in-depth example, showcasing a Single Page Application mode.
199199 * In addition, include the firebase-auth SDK:
200200 * <script src="https://www.gstatic.com/firebasejs/[FIREBASE VERSION USED IN SNIPPET]/firebase-auth.js"></script> *
201201 ***************************************************************************************** -->
202- <script src =" https://www.gstatic.com/firebasejs/ui/4.8.0 /firebase-ui-auth.js" ></script >
203- <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/4.8.0 /firebase-ui-auth.css" />
202+ <script src =" https://www.gstatic.com/firebasejs/ui/4.8.1 /firebase-ui-auth.js" ></script >
203+ <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/4.8.1 /firebase-ui-auth.css" />
204204 <script type =" text/javascript" >
205205 // FirebaseUI config.
206206 var uiConfig = {
@@ -1335,8 +1335,8 @@ FirebaseUI is displayed.
13351335 * TODO(DEVELOPER): Paste the initialization snippet from:
13361336 * Firebase Console > Overview > Add Firebase to your web app. *
13371337 ***************************************************************************************** -->
1338- <script src =" https://www.gstatic.com/firebasejs/ui/4.8.0 /firebase-ui-auth.js" ></script >
1339- <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/4.8.0 /firebase-ui-auth.css" />
1338+ <script src =" https://www.gstatic.com/firebasejs/ui/4.8.1 /firebase-ui-auth.js" ></script >
1339+ <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/4.8.1 /firebase-ui-auth.css" />
13401340 <script type =" text/javascript" >
13411341 // FirebaseUI config.
13421342 var uiConfig = {
0 commit comments