yigit / android-priority-jobqueue

A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
3.4k stars 395 forks source link

FCM and android-priority-jobqueue #333

Open ravenet opened 7 years ago

ravenet commented 7 years ago

Hi,

Since Google has introduced and asked developers to use the FCM(https://firebase.google.com), and therefore, how this library could support to FCM rather than still depend on GcmJobSchedulerService and GoogleApiAvailability.

Thank you.

liamheneghan commented 7 years ago

This seems like a duplicate of #194

mwajeeh commented 6 years ago

@yigit I recently moved to FCM and I am unable to compile my code because there is no GCM. Anyone who moves to FCM can no longer use this library. I guess it is time to add some sort of FcmJobSchedulerService.

error: cannot access GcmTaskService 
public class JobQueueGCMService extends GcmJobSchedulerService {       
 ^   class file for com.google.android.gms.gcm.GcmTaskService not found |