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 @@ -441,7 +441,7 @@ Along with the corresponding one-tap `credentialHelper`, `clientId` and
441
441
442
442
``` javascript
443
443
ui .start (' #firebaseui-auth-container' , {
444
- signInOptions = [
444
+ signInOptions: [
445
445
{
446
446
// Google provider must be enabled in Firebase Console to support one-tap
447
447
// sign-up.
@@ -497,7 +497,7 @@ an object instead of just the provider value:
497
497
498
498
``` javascript
499
499
ui .start (' #firebaseui-auth-container' , {
500
- signInOptions = [
500
+ signInOptions: [
501
501
{
502
502
provider: firebase .auth .GoogleAuthProvider .PROVIDER_ID ,
503
503
scopes: [
@@ -534,7 +534,7 @@ The `EmailAuthProvider` can be configured to require the user to enter a display
534
534
535
535
``` javascript
536
536
ui .start (' #firebaseui-auth-container' , {
537
- signInOptions = [
537
+ signInOptions: [
538
538
{
539
539
provider: firebase .auth .EmailAuthProvider .PROVIDER_ID ,
540
540
requireDisplayName: false
@@ -559,7 +559,7 @@ parameters will be ignored.
559
559
560
560
``` javascript
561
561
ui .start (' #firebaseui-auth-container' , {
562
- signInOptions = [
562
+ signInOptions: [
563
563
{
564
564
provider: firebase .auth .PhoneAuthProvider .PROVIDER_ID ,
565
565
recaptchaParameters: {
You can’t perform that action at this time.
0 commit comments