-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Release Build Crash after Updating to 6.0.2 #1686
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
Comments
Does this also happen if you use a 4.x version of the Facebook SDK?
…On Sat, Sep 21, 2019, 3:59 AM zjamshidi ***@***.***> wrote:
I just updated to version 6.0.2. debug build works fine but release build
crashes.
java.lang.RuntimeException: Facebook provider cannot be configured without
dependency. Did you forget to add
'com.facebook.android:facebook-login:VERSION' dependency?
I have already included facebook login in .gradle file:
implementation 'com.firebaseui:firebase-ui-auth:6.0.2'
implementation 'com.facebook.android:facebook-login:5.5.1'
I downgrade it to Firebase version 5 again to resolve the crashes. Do you
have any solution for it?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1686?email_source=notifications&email_token=ACATB2RGCJGE3FZZ55OKKFLQKX5ARA5CNFSM4IY53H22YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HM2FZDA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACATB2XCCNKREPVVBODHVM3QKX5ARANCNFSM4IY53H2Q>
.
|
I tried the following dependecies:
and again got the crash:
When I disabled the progaurd it works fine. Here is the progaurd's rules:
Should I add any thing to progaurd rules? |
In 6.02 i had to add
I guess AuthUI proguard file isnt applied properly since the update or rather, not at all. :) It used to be: |
@willgurht thank you for sharing the fix! That seems like the likely culprit, we had to change our proguarding after 6.0.0 so I bet the consumer rules got lost. |
Thanks @willgurht |
Also facing this issue due to pro-guard. |
This has been released in FirebaseUI |
I just updated to FirebaseUI 6.0.2. Debug build works fine but release build crashes.
I have already included facebook login in .gradle file:
I downgraded to FirebaseUI version 5 again to resolve the crashes. Do you have any solution for it? Should I add anything to progaurd?
The text was updated successfully, but these errors were encountered: