Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into reauthenticateWithC…
…redential
  • Loading branch information
collinjackson committed Nov 18, 2019
commit 7da108ad58236db51a4f761dd0004fef6da286a4
10 changes: 9 additions & 1 deletion packages/firebase_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## 0.14.0+9
## 0.14.0+11

* Fix NoSuchMethodError in `reauthenticateWithCredential`

## 0.14.0+10

* Formatted lists in member documentations for better readability.

## 0.14.0+9

* Fix the behavior of `getIdToken` to use the `refresh` parameter instead of always refreshing.

## 0.14.0+8

* Updated README instructions for contributing for consistency with other Flutterfire plugins.
Expand Down
3 changes: 1 addition & 2 deletions packages/firebase_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +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+9
version: 0.14.0+11

flutter:
plugin:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.