The Firebase JobDispatcher makes use of a Driver
interface that requires Google Play services to work:
Driver
is an interface that represents a component that can schedule, cancel, and execute Jobs. The only bundled Driver is theGooglePlayDriver
, which relies on the scheduler built-in to Google Play services.
Is there a handy example out there of a Driver
for Firebase JobDispatcher that does not require Google Play services?