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

Remove a ton of redundant code #1207

Merged
merged 2 commits into from
Mar 26, 2018
Merged

Remove a ton of redundant code #1207

merged 2 commits into from
Mar 26, 2018

Conversation

SUPERCILEX
Copy link
Collaborator

@samtstern We're on the last mile for my rewrite auth PR! There's email and phone left, but I'm going to be busy next week again so I'm hoping get all my PRs open by the end of this weekend. Email will be easy, but phone literally required a complete rewrite. Sorry in advance! 😊

This PR is starting to rip out all the leftover changes I haven't merged in yet. Also went ahead and fixed #1205 while I was at it.

Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>

@Override
public final void onChanged(Resource<T> resource) {
if (resource.getState() == State.LOADING) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This will make it really easy to remove all the dialogs later! Since now we can just handle loading in some other way.

@samtstern samtstern added this to the 3.3.0 milestone Mar 26, 2018
@samtstern samtstern merged commit 2f8112f into firebase:version-3.3.0-dev Mar 26, 2018
@samtstern
Copy link
Contributor

@SUPERCILEX nice! Btw let's cut off 3.3.0 here. Phone and Email can be in 3.3.1 (or whatever comes next). Just in case this big refactor is not as wonderful as we think, I'd like to release it in pieces.

@SUPERCILEX SUPERCILEX deleted the redundent branch March 26, 2018 17:36
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.

2 participants