Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: tshedor/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 6 files changed
  • 3 contributors

Commits on Aug 3, 2018

  1. Adding support for FirebaseUser.unlink(providerId)

    * Unlink an auth provider from a user account
    ko2ic committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    bf66cd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Merge pull request #1 from flutter/master

    Upstream
    tshedor authored Sep 5, 2018
    Configuration menu
    Copy the full SHA
    8c3c981 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ko2ic/firebase_auth_unlink

    Adding support for FirebaseUser.unlink(providerId)
    tshedor authored Sep 5, 2018
    Configuration menu
    Copy the full SHA
    f01ed65 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Added updatePassword functionality to firebase_auth plugin.

    Move `updateEmail` and `updateProfile` from FirebaseAuth to FirebaseUser. Minor cleani-up in Java.
    
    Updated tests.
    
    Fix dartfmt issue.
    
    Fix merge conflicts.
    
    Deprecated old methods.
    
    Updated Changelog.
    
    Review changes.
    slightfoot committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    2d18942 View commit details
    Browse the repository at this point in the history
  2. Improved error handling for Android and iOS.

    Updated FireAuth docs.
    Added missing "linkWithTwitterCredential" method.
    Updated deprecated API "fetchProvidersForEmail" to "fetchSignInMethodsForEmail".
    Added "unlinkCredential".
    Updated Changelog.
    Fix testing issues.
    Fixed formatting.
    slightfoot committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    f227aca View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Merge branch 'firebase_auth_update' of https://github.com/slightfoot/…

    …plugins into slightfoot-firebase_auth_update
    
    # Conflicts:
    #	packages/firebase_auth/android/src/main/java/io/flutter/plugins/firebaseauth/FirebaseAuthPlugin.java
    #	packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.m
    #	packages/firebase_auth/test/firebase_auth_test.dart
    tshedor committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    e6a4d27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6e220c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'improved_error_handling' of https://github.com/slightfo…

    …ot/plugins into slightfoot-improved_error_handling
    
    # Conflicts:
    #	packages/firebase_auth/android/src/main/java/io/flutter/plugins/firebaseauth/FirebaseAuthPlugin.java
    #	packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.m
    #	packages/firebase_auth/lib/firebase_auth.dart
    #	packages/firebase_auth/test/firebase_auth_test.dart
    tshedor committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    f089ac9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0dac0c5 View commit details
    Browse the repository at this point in the history
Loading