Skip to content

Commit 0585ee9

Browse files
authored
fix: Update Provider to OAuthProvider in readme (supabase#778)
1 parent 6c0c922 commit 0585ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/supabase_flutter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Future<AuthResponse> _googleSignIn() async {
161161
}
162162
163163
return supabase.auth.signInWithIdToken(
164-
provider: Provider.google,
164+
provider: OAuthProvider.google,
165165
idToken: idToken,
166166
accessToken: accessToken,
167167
);

0 commit comments

Comments
 (0)