File tree 2 files changed +6
-4
lines changed 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
70
70
localized JS library instead of the default library:
71
71
72
72
``` 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" />
75
75
```
76
76
77
77
where ` {LANGUAGE_CODE} ` is replaced by the code of the language you want. For example, the French
78
78
version 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
80
80
languages and their respective language codes can be found at [ LANGUAGES.md] ( LANGUAGES.md ) .
81
81
82
82
Right-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
84
84
stylesheet. The supported right-to-left languages are Arabic (ar), Farsi (fa), and Hebrew (iw).
85
85
86
86
### 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