Fixed
Status Update
Comments
kj...@gmail.com <kj...@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.
ra...@google.com <ra...@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?
sg...@gmail.com <sg...@gmail.com> #5
@4 No, I wrote here, as WorkManager is on the support library, and it is supposed to support Firebase too.
Also, as I wrote, it seems to be fixed on alpha 5.
Also, as I wrote, it seems to be fixed on alpha 5.
Description
Version used: alpha 10
Devices/Android versions reproduced on: N/A
Workmanager ktx should be updated to reference ListenableWorker instead of Worker for the extension functions.