@@ -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/3.2 .0/firebase-ui-auth__{LANGUAGE_CODE}.js" ></script >
67
- <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/3.2 .0/firebase-ui-auth.css" />
66
+ <script src =" https://www.gstatic.com/firebasejs/ui/3.3 .0/firebase-ui-auth__{LANGUAGE_CODE}.js" ></script >
67
+ <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/3.3 .0/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/3.2 .0/firebase-ui-auth__fr.js ` . The list of available
72
+ ` https://www.gstatic.com/firebasejs/ui/3.3 .0/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/3.2 .0/firebase-ui-auth-rtl.css ` , instead of the default
76
+ ` https://www.gstatic.com/firebasejs/ui/3.3 .0/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
@@ -217,8 +217,8 @@ for a more in-depth example, showcasing a Single Page Application mode.
217
217
218
218
When redirecting back from accountchooser.com or Identity Providers like Google
219
219
and Facebook, ` start() ` method needs to be called to finish the sign-in flow.
220
- If it requires a user interaction to start the initial sign-in process, you need to
221
- check if there is a pending redirect operation going on on page load to check whether ` start() `
220
+ If it requires a user interaction to start the initial sign-in process, you need to
221
+ check if there is a pending redirect operation going on on page load to check whether ` start() `
222
222
needs to be called.
223
223
224
224
To check if there is a pending redirect operation to complete a sign-in attempt,
0 commit comments