-
Notifications
You must be signed in to change notification settings - Fork 4k
[firebase_auth] Fix NoSuchMethodError exception in reauthenticateWithCredential
#237
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
15 commits
Select commit
Hold shift + click to select a range
d0bc32b
[firebase_auth] Fix NoSuchMethodError exception
fabryx92 f8a8441
[firebase_auth] Bump pubspec.yaml and update CHANGELOG for release 0.…
fabryx92 65b46ba
[firebase_auth] Fix the ios plugin for reauthenticateAndRetrieveDataW…
fabryx92 4e2828e
[firebase_auth] Fix FirebaseAuthPlugin.m formatting
fabryx92 bfac17a
[firebase_auth] Forget to return authResult in reauthenticateAndRetri…
fabryx92 62b5be4
[firebase_auth] Update the FirebaseAuthPlugin.m formatting
fabryx92 f167bd3
Add missing whitespace
collinjackson 622aee4
Update packages/firebase_auth/CHANGELOG.md
fabryx92 3c0e256
Update CHANGELOG.md
fabryx92 cd26232
Merge branch 'master' into master
fabryx92 87bf4e5
add integration test
collinjackson 7da108a
Merge remote-tracking branch 'origin/master' into reauthenticateWithC…
collinjackson 6633220
Fix analyzer
collinjackson 06cce09
reformat
collinjackson a9b33f4
fix changelog message
collinjackson 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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ description: Flutter plugin for Firebase Auth, enabling Android and iOS | |
like Google, Facebook and Twitter. | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth | ||
version: 0.14.0+10 | ||
version: 0.15.0 | ||
|
||
flutter: | ||
plugin: | ||
|
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.
Uh oh!
There was an error while loading. Please reload this page.