Skip to content

Commit f410409

Browse files
committed
Using fcm requires Parse servers to add FCM to their push configs
1 parent 7944216 commit f410409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fcm/src/main/java/com/parse/fcm/ParseFirebaseJobService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
public class ParseFirebaseJobService extends JobService {
2727

2828
private static final String JOB_TAG_UPLOAD_TOKEN = "upload-token";
29-
private static final String PUSH_TYPE = "fcm";
29+
private static final String PUSH_TYPE = "gcm"; // Backwards compatability with Parse servers
3030

3131
static Job createJob(FirebaseJobDispatcher dispatcher) {
3232
return dispatcher.newJobBuilder()

0 commit comments

Comments
 (0)