Skip to content
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

[Question] Can this library be used for receiving messages? #48

Open
alexisgaziello opened this issue Mar 1, 2023 · 2 comments
Open
Labels
enhancement New feature or request question Further information is requested

Comments

@alexisgaziello
Copy link

Is your feature request related to a problem? Please describe.

I am setting up a server, and I would like to be able to receive messages. The two scenarios where this could come in handy are:

  1. integration testing, the server can be used to mock an android/ios device.
  2. I need to connect to a specific instance of a server, let's say, the raspberry pi on my home, easily.

Describe the solution you'd like
A similar solution as we have for iOS, Android, Flutter, etc. You can register your device, get a token, and receive messages quickly.

Additional context
Maybe that's already possible, but the doc seems more focused on sending messages to mobile devices, hence my question. There is some documentation in Firebase for enabling this in a cloud server, but I didn't fully understand it: https://firebase.google.com/docs/cloud-messaging/server

@akalex akalex added enhancement New feature or request question Further information is requested labels Mar 2, 2023
@akalex
Copy link
Member

akalex commented Mar 2, 2023

@alexisgaziello thanks for raising this question, Currently, this is not possible, however, let me spend some time getting familiar with a feature you would like to have.

@alexisgaziello
Copy link
Author

Might not be trivial. I found this unmaintained project that does it:
https://github.com/Francesco149/push_receiver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Development

No branches or pull requests

2 participants