-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Can i send push to android without using fcm? #5603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes. Parse Server requires FCM in order to send push notifications to Android devices. Please refer to this guide here on how to setup: https://docs.parseplatform.org/android/guide/#setting-up-push |
That is a very interesting question, because FCM requires Google Play Services to be installed on the client. What if you want to target users in China who mostly do not / cannot use Google services or users who refuse to install Google services out of privacy concerns? All I can think of is a 3rd party push service that is not depending on FCM, which may not be obvious at first. For example Pushy. These are usually not free. I opened a related questions on SO you may want to keep an eye on. |
+1 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Uh oh!
There was an error while loading. Please reload this page.
Issue Description
Hi, i'm using parse server v2.3.3 and parse dashboard 1.10.18 on my own server.
after configure the config i can send object and receive them by curl commands.
but for sending push notification to android devices i confused how to configure server.
is need to use FCM for sending pushes? or This is an optional option?
is there any way to using parse server without FCM? in my server i cant have internet some times.
currently i'm getting installation record but push notification doesn't receive to android devices!
Push Configuration
Server is running with this docker image
Android config:
(the google-services.json is added to app directory)
build.gradle
Manifest.xml
Environment Setup
Server
Database
Logs/Trace
sending push with curl:
The text was updated successfully, but these errors were encountered: