Open ravenet opened 7 years ago
This seems like a duplicate of #194
@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 |
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.