You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://community.parseplatform.org/c/parse-server)
7
6
[][open-collective-link]
8
7
[][open-collective-link]
This source code is licensed under the BSD-style license found in the
92
98
LICENSE file in the root directory of this source tree. An additional grant
93
99
of patent rights can be found in the PATENTS file in the same directory.
94
100
95
-
-----
101
+
---
96
102
97
103
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
Copy file name to clipboardExpand all lines: gcm/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
GCM support for Parse Android apps
3
3
4
4
## Deprecated
5
-
Please note that GCM is deprecated in favor of FCM. This module exists as a backwards compatible solution for projects already using GCM. New apps should instead use FCM.
5
+
Please note that GCM is deprecated in favor of FCM. This module exists as a backwards compatible solution for projects already using GCM. New apps should instead use FCM. Note that if your app targets Android Q or later, [GCM will not function](https://developers.google.com/cloud-messaging/faq)
0 commit comments