Skip to content

Commit a82a113

Browse files
75lbbojeil-google
authored andcommitted
Update README.md (#312)
Fixed syntax in a few places.
1 parent bbd7113 commit a82a113

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ Along with the corresponding one-tap `credentialHelper`, `clientId` and
441441

442442
```javascript
443443
ui.start('#firebaseui-auth-container', {
444-
signInOptions = [
444+
signInOptions: [
445445
{
446446
// Google provider must be enabled in Firebase Console to support one-tap
447447
// sign-up.
@@ -497,7 +497,7 @@ an object instead of just the provider value:
497497

498498
```javascript
499499
ui.start('#firebaseui-auth-container', {
500-
signInOptions = [
500+
signInOptions: [
501501
{
502502
provider: firebase.auth.GoogleAuthProvider.PROVIDER_ID,
503503
scopes: [
@@ -534,7 +534,7 @@ The `EmailAuthProvider` can be configured to require the user to enter a display
534534

535535
```javascript
536536
ui.start('#firebaseui-auth-container', {
537-
signInOptions = [
537+
signInOptions: [
538538
{
539539
provider: firebase.auth.EmailAuthProvider.PROVIDER_ID,
540540
requireDisplayName: false
@@ -559,7 +559,7 @@ parameters will be ignored.
559559

560560
```javascript
561561
ui.start('#firebaseui-auth-container', {
562-
signInOptions = [
562+
signInOptions: [
563563
{
564564
provider: firebase.auth.PhoneAuthProvider.PROVIDER_ID,
565565
recaptchaParameters: {

0 commit comments

Comments
 (0)