-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
AuthUI First-party support for Activity Result APIs #1918
AuthUI First-party support for Activity Result APIs #1918
Conversation
auth/src/main/java/com/firebase/ui/auth/FirebaseAuthUIActivityResultContract.java
Outdated
Show resolved
Hide resolved
@jossiwolf Our GH Actions workflow is failing due to lint errors. You can run |
I swear checkstyle ran on my machine🤔😂 I'll upload a patch later! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love it! Thanks @jossiwolf. Just see my comments on the one thread about the IntentBuilder
thing and let me know what you you think.
Also as far as I can tell we can launch this in 7.2.0
right?
@samtstern Lovely, thanks for the quick review! Yup this should be ready to be launched with |
@jossiwolf I just changed this to target the As for snippets we can handle that when |
Oh perfect, I'll rebase that once CI went through successfully! |
Fragment 1.3.0 brings a fix that tackles FragmentActivity generating invalid request codes. By default, Activity 1.2.0 depends on lower fragment library versions so we force it to 1.3.0.
fb2e1c9
to
c430a42
Compare
See #1916.
@samtstern, there are is a looot of internal code that could/should be migrated. Do you want that as part of this PR? It'd probably take a bit but it's up to you!
I'm guessing additional work in the snippets repo is needed, right?
I haven't written Java in quiiiite a bit so any feedback on Java code style is appreciated!
Cheers!