This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[google_sign_in] Fix issue obtaining serverAuthCode on Android and add forceCodeForRefreshToken parameter #3356
Merged
auto-submit
merged 25 commits into
flutter:main
from
fbcouch:force-code-for-refresh-token
Sep 23, 2022
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
b73d66e
[force-code-for-refresh-token-new] Add forceCodeForRefreshToken to al…
fbcouch 1c1e639
[force-code-for-refresh-token] Add AUTHORS
fbcouch 8b0e62f
[force-code-for-refresh-token] Update to non-breaking change for plat…
fbcouch 56949bd
[force-code-for-refresh-token] Clean up a couple things
fbcouch 00c9788
[force-code-for-refresh-token] Run flutter format
fbcouch f37e9c4
[force-code-for-refresh-token] Add dependency_overrides to example pr…
fbcouch 39982f1
[force-code-for-refresh-token] Java format
fbcouch 4ca9194
[force-code-for-refresh-token] Correct path in example apps
fbcouch 7a2b9e0
[force-code-for-refresh-token] Update CHANGELOG entries
fbcouch 40d32f7
[force-code-for-refresh-token] Add dependency override for web
fbcouch b70f335
[force-code-for-refresh-token] Refactor GoogleSignInPlugin.Delegate t…
fbcouch 4f95091
[force-code-for-refresh-token] Split true/false flows into separate t…
fbcouch e2d28df
[force-code-for-refresh-token] Merge branch 'main' into force-code-fo…
fbcouch dfdbd31
[force-code-for-refresh-token] Merge branch 'main' into force-code-fo…
fbcouch 6a979fb
[force-code-for-refresh-token] Fix up after merging the the platform …
fbcouch f9de832
[force-code-for-refresh-token] Correct interface versions and changelogs
fbcouch 9a18677
[force-code-for-refresh-token] Fix formatting issues
fbcouch aec0d6e
[force-code-for-refresh-token] One more formatting change
fbcouch 76abc28
[force-code-for-refresh-token] Fix up merge conflicts
fbcouch 4fcc78f
[force-code-for-refresh-token] Merge branch 'main' into force-code-fo…
fbcouch 7a859c7
[force-code-for-refresh-token] Clean up after merge
fbcouch 63d78e7
[force-code-for-refresh-token] Add to main flutter-plugins AUTHORS
fbcouch 5ffd375
[force-code-for-refresh-token] [force-code-for-refresh-token-platform…
fbcouch e1fa17d
[force-code-for-refresh-token] Merge branch 'main' into force-code-fo…
fbcouch 2d79cc6
[force-code-for-refresh-token] Revert android/ios changes to the publ…
fbcouch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for specifying this is an android-only thing here!