File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,17 +63,17 @@ Localized versions of the widget are available through the CDN. To use a localiz
63
63
localized JS library instead of the default library:
64
64
65
65
``` html
66
- <script src =" https://www.gstatic.com/firebasejs/ui/2.6.0 /firebase-ui-auth__{LANGUAGE_CODE}.js" ></script >
67
- <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/2.6.0 /firebase-ui-auth.css" />
66
+ <script src =" https://www.gstatic.com/firebasejs/ui/2.6.1 /firebase-ui-auth__{LANGUAGE_CODE}.js" ></script >
67
+ <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/2.6.1 /firebase-ui-auth.css" />
68
68
```
69
69
70
70
where ` {LANGUAGE_CODE} ` is replaced by the code of the language you want. For example, the French
71
71
version of the library is available at
72
- ` https://www.gstatic.com/firebasejs/ui/2.6.0 /firebase-ui-auth__fr.js ` . The list of available
72
+ ` https://www.gstatic.com/firebasejs/ui/2.6.1 /firebase-ui-auth__fr.js ` . The list of available
73
73
languages and their respective language codes can be found at [ LANGUAGES.md] ( LANGUAGES.md ) .
74
74
75
75
Right-to-left languages also require the right-to-left version of the stylesheet, available at
76
- ` https://www.gstatic.com/firebasejs/ui/2.6.0 /firebase-ui-auth-rtl.css ` , instead of the default
76
+ ` https://www.gstatic.com/firebasejs/ui/2.6.1 /firebase-ui-auth-rtl.css ` , instead of the default
77
77
stylesheet. The supported right-to-left languages are Arabic (ar), Farsi (fa), and Hebrew (iw).
78
78
79
79
### Option 2: npm Module
You can’t perform that action at this time.
0 commit comments