We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139d3b2 commit 7692769Copy full SHA for 7692769
README.md
@@ -99,7 +99,6 @@ Also there is a standalone version of the `OidcSignInButton`
99
100
<!-- embedme readme/usage_3.dart -->
101
```dart
102
-import 'package:firebase_auth/firebase_auth.dart';
103
import 'package:firebase_ui_oauth_oidc/firebase_ui_oauth_oidc.dart';
104
import 'package:flutter/material.dart';
105
@@ -114,7 +113,7 @@ class MyScreen extends StatelessWidget {
114
113
providerId: 'oidc.example',
115
style: const ExampleButtonStyle(),
116
loadingIndicator: const CircularProgressIndicator(),
117
- onSignedIn: (UserCredential credential) {
+ onSignedIn: (credential) {
118
// perform navigation.
119
},
120
);
0 commit comments