-
Notifications
You must be signed in to change notification settings - Fork 4k
feat(auth): move to Pigeon for Platform channels #10802
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
ce9e8cf
feat(auth): move to Pigeon for Platform channels
Lyokone 7e8b5f9
feat(auth): move to Pigeon for Platform channels
Lyokone 17ce2af
feat(auth): move to Pigeon for Platform channels
Lyokone d8a4ab2
feat(auth): move to Pigeon for Platform channels
Lyokone eb0d9bd
feat(auth): move to Pigeon for Platform channels
Lyokone fb53ffc
feat(auth): move to Pigeon for Platform channels
Lyokone 5bb2b0c
feat(auth): move to Pigeon for Platform channels
Lyokone 10735d5
feat(auth): move to Pigeon for Platform channels
Lyokone 19f9125
feat(auth): move to Pigeon for Platform channels
Lyokone 187cf8d
feat(auth): move to Pigeon for Platform channels
Lyokone 5aa7dd2
feat(auth): move to Pigeon for Platform channels
Lyokone 5ceed08
feat(auth): move to Pigeon for Platform channels
Lyokone cecb05c
feat(auth): move to Pigeon for Platform channels
Lyokone 77470c2
feat(auth): move to Pigeon for Platform channels
Lyokone 456c2f9
feat(auth): move to Pigeon for Platform channels
Lyokone 5c9fb61
feat(auth): move to Pigeon for Platform channels END Auth
Lyokone 1855736
feat(auth): move to Pigeon for Platform channels START user
Lyokone fed08b6
feat(auth): move to Pigeon for Platform channels
Lyokone 27a99a2
feat(auth): move to Pigeon for Platform channels
Lyokone a67334e
feat(auth): move to Pigeon for Platform channels
Lyokone 50a0493
feat(auth): move to Pigeon for Platform channels
Lyokone ee79965
feat(auth): move to Pigeon for Platform channels
Lyokone e606958
feat(auth): move to Pigeon for Platform channels
Lyokone 73cd3f2
feat(auth): move to Pigeon for Platform channels
Lyokone e9663ce
feat(auth): move to Pigeon for Platform channels
Lyokone 277b3e8
feat(auth): move to Pigeon for Platform channels
Lyokone 861abd1
feat(auth): move to Pigeon for Platform channels
Lyokone 12ad2bd
feat(auth): move to Pigeon for Platform channels
Lyokone 6d63edb
feat: start objc
Lyokone daf53c0
feat: ios
Lyokone 332cb5a
feat: ios
Lyokone 6e94847
feat: ios
Lyokone 579d062
feat: ios
Lyokone 55942ae
feat: ios
Lyokone 1dfc864
feat: ios
Lyokone a0c5b7e
feat: ios
Lyokone 4c875e6
feat: ios
Lyokone 90aeae4
feat: ios
Lyokone 3e0548f
feat: ios
Lyokone 52d4488
feat: ios done
Lyokone bbc6df0
feat: ios done
Lyokone 3c32439
merge master
Lyokone 5e92bba
remove test code from demo
Lyokone c1c62a8
fix codes
Lyokone dab3992
fix codes
Lyokone 15dbbcc
fix codes
Lyokone 983dfe4
feat: update web
Lyokone fc4e6ac
feat: update tests
Lyokone d98fe76
Merge branch 'master' into feat/pigeon-auth
Lyokone c88de08
fix tests
Lyokone aff9125
Merge branch 'master' of https://github.com/firebase/flutterfire into…
Lyokone 993073d
add licence
Lyokone 616370e
fix analyze
Lyokone 66af294
fix analyze
Lyokone 76a88da
fix pod projects
Lyokone 05c57ba
fix macos
Lyokone 5fb6ff5
fix macos
Lyokone d43ea95
fix format
Lyokone a1fae45
fix ci
Lyokone 0b72b60
remove useless file
Lyokone 9aa06d6
fix ios crash
Lyokone 8e0dded
swift 5.6
Lyokone 7e239f1
fix tests
Lyokone c63cbed
fix tests
Lyokone 2210890
fix tests
Lyokone 4b460d9
fix tests
Lyokone 2f8fd85
fix tests
Lyokone ae5dbad
fix ci
Lyokone 7d2b1c9
fix ci
Lyokone 719a21d
fix android
Lyokone 1b5ed85
fix format
Lyokone a83fba5
fix format
Lyokone 5311882
XL runner??
Lyokone 785bc31
Merge branch 'master' of https://github.com/firebase/flutterfire into…
Lyokone 02d7b5e
Update packages/firebase_auth/firebase_auth/android/src/main/java/io/…
Lyokone 6b9d984
Update packages/firebase_auth/firebase_auth/ios/Classes/FLTFirebaseAu…
Lyokone 887cc72
remove useless code and apply suggestions from review
Lyokone 6894958
remove useless code and apply suggestions from review
Lyokone 923811a
Merge remote-tracking branch 'origin/master' into feat/pigeon-auth
Lyokone 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -195,7 +195,7 @@ with the Facebook App ID and Secret set. | |
} | ||
``` | ||
|
||
Note: Firebase will not set the `User.emailVerified` property | ||
Note: Firebase will not set the `User.isEmailVerified` property | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. .emailVerified is deprecated but still available. It's changed to match Java and the isAnonymous |
||
to `true` if your user logs in with Facebook. Should your user login using a provider that verifies email (e.g. Google sign-in) then this will be set to true. | ||
For further information, see this [issue](https://github.com/firebase/flutterfire/issues/4612#issuecomment-782107867). | ||
|
||
|
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
Oops, something went wrong.
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.
What's the reason to upgrade to large runners? Seems in all other places we are using standard runner.