Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
resolve the error: Value of type 'FirebaseOptions' has no member 'clientId'
  • Loading branch information
bioudi authored Apr 29, 2024
1 parent 3580eeb commit cf65b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ SignInWithGoogleButtonView()

### 5. Sign in
```swift
let clientId = FirebaseApp.app()?.options.clientId
let clientId = FirebaseApp.app()?.options.clientID
try await authManager.signInGoogle(GIDClientID: clientId)
```

Expand Down

0 comments on commit cf65b79

Please sign in to comment.