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

call offAuth() with correct method. #473

Merged
merged 3 commits into from
Nov 20, 2014

Conversation

jamestalmage
Copy link
Contributor

closes #471.

@katowulf
Copy link
Contributor

Cheers, @jamestalmage, thanks for all the great contributions! Jacob is busy with some server issues tonight but he'll review this soon (since he wrote the auth portion of the latest release) and get back to you.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) when pulling 4298feb on jamestalmage:offAuth-fix into 6ed1fc1 on firebase:master.

@jamestalmage
Copy link
Contributor Author

No problem. Glad to help.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 377155f on jamestalmage:offAuth-fix into 6ed1fc1 on firebase:master.

deferred.resolve(null);
_routerMethodOnAuthPromise: function(rejectIfAuthDataIsNull) {
var ref = this._ref,
deferred = this._q.defer();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Define variables on separate lines with their own var.

@jwngr
Copy link

jwngr commented Nov 20, 2014

This is a great change. I really appreciate all the issues and PRs you've contributed over the past few days. It's honestly great to see. I made a few stylistic comments which I'd like you to make just to be consistent with the rest of the AngularFire lib, but functionality-wise, this change looks great. I will merge it in once you fix up those minor things.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) when pulling 38eca0a on jamestalmage:offAuth-fix into 6ed1fc1 on firebase:master.

@jamestalmage
Copy link
Contributor Author

All your comments were straightforward except this:

Add space after the closing }.

I think I figured out what you were asking for, but you should double check my changes.

@jwngr
Copy link

jwngr commented Nov 20, 2014

Good job parsing my poor use of English. I meant "new line" instead of "space." Merging this in!

jwngr pushed a commit that referenced this pull request Nov 20, 2014
call offAuth() with correct method.
@jwngr jwngr merged commit 3544c81 into FirebaseExtended:master Nov 20, 2014
@jamestalmage jamestalmage deleted the offAuth-fix branch November 20, 2014 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

offAuth() called with incorrect method
4 participants