Skip to content

Commit

Permalink
fix: Update Provider to OAuthProvider in readme (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshukertjr authored Jan 2, 2024
1 parent 6c0c922 commit 0585ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/supabase_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Future<AuthResponse> _googleSignIn() async {
}
return supabase.auth.signInWithIdToken(
provider: Provider.google,
provider: OAuthProvider.google,
idToken: idToken,
accessToken: accessToken,
);
Expand Down

0 comments on commit 0585ee9

Please sign in to comment.