android-priority-jobqueue icon indicating copy to clipboard operation
android-priority-jobqueue copied to clipboard

FCM and android-priority-jobqueue

Open ravenet opened this issue 7 years ago • 2 comments

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.

ravenet avatar Mar 05 '17 09:03 ravenet

This seems like a duplicate of #194

liamheneghan avatar Apr 02 '17 23:04 liamheneghan

@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 |  

mwajeeh avatar Mar 20 '18 22:03 mwajeeh