palfonso

Results 5 comments of palfonso

Crashlytics is reporting same error for my app from some users. Fatal Exception: java.lang.RuntimeException Unable to start activity ComponentInfo{xxxxx.myapp/com.firebase.ui.auth.ui.idp.AuthMethodPickerActivity}: java.lang.NullPointerException: Attempt to read from field 'int com.firebase.ui.auth.data.model.FlowParameters.themeId' on a null...

Info about the device reporting the error: Version: 6.0 Device: Y6II

Using firebase-ui-auth:6.0.2 implementation 'com.firebaseui:firebase-ui-auth:6.0.2'

Issue is clearly documented in stackoverflow: https://stackoverflow.com/questions/59431114/attempt-to-read-from-field-int-com-firebase-ui-auth-data-model-flowparameters-t

I have this error stack in Crashlytics: Caused by java.lang.NullPointerException: Attempt to read from field 'int com.firebase.ui.auth.data.model.FlowParameters.themeId' on a null object reference at com.firebase.ui.auth.ui.AppCompatBase.onCreate(AppCompatBase.java:33) at com.firebase.ui.auth.ui.idp.WelcomeBackIdpPrompt.onCreate(WelcomeBackIdpPrompt.java:82) at android.app.Activity.performCreate(Activity.java:7994) at android.app.Activity.performCreate(Activity.java:7978)...