File tree Expand file tree Collapse file tree 5 files changed +5
-711
lines changed Expand file tree Collapse file tree 5 files changed +5
-711
lines changed Original file line number Diff line number Diff line change @@ -62,17 +62,17 @@ Localized versions of the widget are available through the CDN. To use a localiz
62
62
localized JS library instead of the default library:
63
63
64
64
``` html
65
- <script src =" https://www.gstatic.com/firebasejs/ui/2.3 .0/firebase-ui-auth__{LANGUAGE_CODE}.js" ></script >
66
- <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/2.3 .0/firebase-ui-auth.css" />
65
+ <script src =" https://www.gstatic.com/firebasejs/ui/2.4 .0/firebase-ui-auth__{LANGUAGE_CODE}.js" ></script >
66
+ <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/2.4 .0/firebase-ui-auth.css" />
67
67
```
68
68
69
69
where ` {LANGUAGE_CODE} ` is replaced by the code of the language you want. For example, the French
70
70
version of the library is available at
71
- ` https://www.gstatic.com/firebasejs/ui/2.3 .0/firebase-ui-auth__fr.js ` . The list of available
71
+ ` https://www.gstatic.com/firebasejs/ui/2.4 .0/firebase-ui-auth__fr.js ` . The list of available
72
72
languages and their respective language codes can be found at [ LANGUAGES.md] ( LANGUAGES.md ) .
73
73
74
74
Right-to-left languages also require the right-to-left version of the stylesheet, available at
75
- ` https://www.gstatic.com/firebasejs/ui/2.3 .0/firebase-ui-auth-rtl.css ` , instead of the default
75
+ ` https://www.gstatic.com/firebasejs/ui/2.4 .0/firebase-ui-auth-rtl.css ` , instead of the default
76
76
stylesheet. The supported right-to-left languages are Arabic (ar), Farsi (fa), and Hebrew (iw).
77
77
78
78
### Option 2: npm Module
Original file line number Diff line number Diff line change 1
- removed - Removes hard coded QUOTA_EXCEEDED phone auth error. Instead we will use whatever the Auth API returns.
2
- feature - Updates the FirebaseUI demo app to install as a standalone PWA when added to home screen on an Android device.
3
- feature - Support prefilling the default phone number by passing a loginHint in the configuration only when phone auth provider is the only provider.
4
- feature - Support prefilling the default national number along with default country only when phone auth provider is the only provider.
5
- changed - Updates saucelabs tests: replace Safari 6 with 7 and removes IE9.
6
- fixed - Uses session persistence when supported on the internal temporary auth instance to avoid dangling auth states.
7
- fixed - Modified reCAPTCHA "I am not a Robot" button to be more responsive in narrow screens.
8
- feature - Adds a continue button to redirect to the continueUrl if available in the password reset and email verification action widgets.
1
+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments