File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -70,17 +70,17 @@ Localized versions of the widget are available through the CDN. To use a localiz
7070localized JS library instead of the default library:
7171
7272``` html
73- <script src =" https://www.gstatic.com/firebasejs/ui/4.0 .0/firebase-ui-auth__{LANGUAGE_CODE}.js" ></script >
74- <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/4.0 .0/firebase-ui-auth.css" />
73+ <script src =" https://www.gstatic.com/firebasejs/ui/4.1 .0/firebase-ui-auth__{LANGUAGE_CODE}.js" ></script >
74+ <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/4.1 .0/firebase-ui-auth.css" />
7575```
7676
7777where ` {LANGUAGE_CODE} ` is replaced by the code of the language you want. For example, the French
7878version of the library is available at
79- ` https://www.gstatic.com/firebasejs/ui/4.0 .0/firebase-ui-auth__fr.js ` . The list of available
79+ ` https://www.gstatic.com/firebasejs/ui/4.1 .0/firebase-ui-auth__fr.js ` . The list of available
8080languages and their respective language codes can be found at [ LANGUAGES.md] ( LANGUAGES.md ) .
8181
8282Right-to-left languages also require the right-to-left version of the stylesheet, available at
83- ` https://www.gstatic.com/firebasejs/ui/4.0 .0/firebase-ui-auth-rtl.css ` , instead of the default
83+ ` https://www.gstatic.com/firebasejs/ui/4.1 .0/firebase-ui-auth-rtl.css ` , instead of the default
8484stylesheet. The supported right-to-left languages are Arabic (ar), Farsi (fa), and Hebrew (iw).
8585
8686### Option 2: npm Module
Original file line number Diff line number Diff line change 1+ feature - Included the ES module in `firebaseui` npm package.
2+ feature - Added the support of `login` custom parameter for `GitHub` provider.
You can’t perform that action at this time.
0 commit comments