Fixed
Status Update
Comments
ku...@gmail.com <ku...@gmail.com> #2
A fix should be available in alpha05. Thanks for the bug report.
su...@google.com <su...@google.com> #3
@2 Today I got a new version for this (alpha 5), but is it safe now to use firebase too? I remember it had an issue, which I could only fix by removing this line:
implementation "android.arch.work:work-firebase:1.0.0-..."
And it's the same for Java as it is for Kotlin, right?
I've tested it with firebase, and it seems to work fine on Android 4.4 and Android P.
implementation "android.arch.work:work-firebase:1.0.0-..."
And it's the same for Java as it is for Kotlin, right?
I've tested it with firebase, and it seems to work fine on Android 4.4 and Android P.
su...@google.com <su...@google.com> #4
Did you file a bug about the firebase issue? If not, we'd need a bug and a bugreport/details to investigate. If you have filed such a bug, which one is it and has it been marked as fixed?
Description
Version used:Alpha02
Right now, if an exception is thrown in the Worker, you get a JobStatus with a state of Failed, but there is no other data available. Having access to the Throwable would be great!