Skip to content
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

Adding firebase 3.x authentication methods #882

Closed

Commits on Aug 16, 2016

  1. Configuration menu
    Copy the full SHA
    440db1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ab2b7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28e7baa View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. chore(tests): Storage tests

    davideast committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    e477f7b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. feat(storage): Add tests

    davideast committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    2d49d40 View commit details
    Browse the repository at this point in the history
  2. feat(storage): .utils tests

    davideast committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    82aa1ae View commit details
    Browse the repository at this point in the history
  3. feat(storage): tests

    davideast committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    77679c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. Configuration menu
    Copy the full SHA
    d2978d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    424ee4f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Configuration menu
    Copy the full SHA
    9624b5b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Configuration menu
    Copy the full SHA
    42a7a3c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Adding firebase 3.x authentication methods

    Add the `linkUser` method. FirebaseExtended#764
    Idan Entin committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    c9b18ae View commit details
    Browse the repository at this point in the history
  2. Adding firebase 3.x authentication methods

    Add the `linkUser` method. FirebaseExtended#764
    Idan Entin committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    d0a60ad View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'refs/remotes/origin/feature/firebase-3-…

    …auth-methods'
    
    Conflicts:
    	src/auth/FirebaseAuth.js
    idanen committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    1b24c95 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Configuration menu
    Copy the full SHA
    56f3c1a View commit details
    Browse the repository at this point in the history
  2. Update CDN firebase link to 3.6.0 version (FirebaseExtended#883)

    Loksly authored and Jacob Wenger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    e02bf4c View commit details
    Browse the repository at this point in the history
  3. fix(tests): Travis tests

    davideast committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    01ea208 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Fix dead link to introduction-to-angularfire.md#handling-asynchronous…

    …-operations (FirebaseExtended#886)
    puf authored and Jacob Wenger committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    84056b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Configuration menu
    Copy the full SHA
    99fbb40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32cdf6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74e8506 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. Configuration menu
    Copy the full SHA
    fffdc0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    486de1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c7beab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ca8796 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c22ef72 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2016

  1. Configuration menu
    Copy the full SHA
    6cecd43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f425523 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddb7258 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Configuration menu
    Copy the full SHA
    8621d25 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. Configuration menu
    Copy the full SHA
    3cdc6e2 View commit details
    Browse the repository at this point in the history
  2. chore(build): Travis yml

    davideast committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    da501f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bd3a44 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Configuration menu
    Copy the full SHA
    4cdd779 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Configuration menu
    Copy the full SHA
    4b15969 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da9a148 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Configuration menu
    Copy the full SHA
    e584905 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. Configuration menu
    Copy the full SHA
    ce4f392 View commit details
    Browse the repository at this point in the history
  2. Merge pull request FirebaseExtended#865 from firebase/storage

    feat(storage): Firebase Storage for AngularFire
    davideast committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    9881546 View commit details
    Browse the repository at this point in the history
  3. Fixed incorrect information in code comments for router docs (Firebas…

    …eExtended#899)
    
    1. use $routeChangeError in ngRoute example
    2. AccountCtrl won't be initiated in case the route resolve promise is rejected.
    idanb11 authored and Jacob Wenger committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    f2e8333 View commit details
    Browse the repository at this point in the history
  4. Updated $signInWithPopup(), $signInWithRedirect(), and $signInWithCre…

    …dential() docs (FirebaseExtended#896)
    
    * Updated $signInWithPopup() and $signInWithRedirect() docs
    
    * Responded to Kato's feedback on auth ref docs updates
    Jacob Wenger committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    94ca5bc View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. Adding firebase 3.x authentication methods

    Add the `linkUser` method. FirebaseExtended#764
    Idan Entin authored and idanen committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    8c6b932 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin/feature/firebase-3-…

    …auth-methods'
    
    Conflicts:
    	src/auth/FirebaseAuth.js
    idanen committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    644914c View commit details
    Browse the repository at this point in the history