You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/auth/social.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -421,7 +421,7 @@ Install the [`github_sign_in`](https://pub.dev/packages/github_sign_in) plugin:
421
421
422
422
```yaml title="pubspec.yaml"
423
423
dependencies:
424
-
github_sign_in: ^0.0.1
424
+
github_sign_in: ^0.0.5-dev.4
425
425
```
426
426
427
427
You will need to populate the `GitHubSignIn` instance with your GitHub Client ID, GitHub Client Secret and also a Redirect URL (Firebase callback url).
0 commit comments