Skip to content

Commit

Permalink
docs(flutterfire_ui): add missing providerConfigs in example (#7724)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvolpato committed Jan 4, 2022
1 parent 62deac9 commit 8649f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/flutterfire_ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class MyApp extends StatelessWidget {
routes: {
'/sign-in': (context) {
return SignInScreen(
providerConfigs: providerConfigs,
actions: [
AuthStateChangeAction<SignedIn>((context, state) {
Navigator.pushReplacementNamed(context, '/profile');
Expand Down

0 comments on commit 8649f83

Please sign in to comment.