Commit f3d47f6
Set installation to fcm now. (#820)
The push adapter actually ignores the push type and falls back to the device type. It should be OK to classify these pushes as FCM.
https://github.com/parse-community/parse-server-push-adapter/blob/master/src/PushAdapterUtils.js#L20
https://github.com/parse-community/parse-server-push-adapter/blob/master/src/ParsePushAdapter.js#L35
We should move off the parse-server GCM module because the FCM send only needs the GCloud project instead of sender ID.1 parent ffea69f commit f3d47f6
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments