Skip to content

Commit 10746df

Browse files
docs(firebase_auth): Update github_sign_in dependency in "auth/social.mdx" documentation. (#8260)
1 parent a327e3a commit 10746df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth/social.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Install the [`github_sign_in`](https://pub.dev/packages/github_sign_in) plugin:
421421

422422
```yaml title="pubspec.yaml"
423423
dependencies:
424-
github_sign_in: ^0.0.1
424+
github_sign_in: ^0.0.5-dev.4
425425
```
426426

427427
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

Comments
 (0)