We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffea69f commit 432154aCopy full SHA for 432154a
fcm/src/main/java/com/parse/fcm/ParseFirebaseJobService.java
@@ -50,7 +50,7 @@ public boolean onStartJob(final JobParameters job) {
50
if (installation != null && token != null) {
51
installation.setDeviceToken(token);
52
//even though this is FCM, calling it gcm will work on the backend
53
- installation.setPushType("gcm");
+ installation.setPushType("fcm");
54
installation.saveInBackground(new SaveCallback() {
55
@Override
56
public void done(ParseException e) {
0 commit comments