Skip to content

Push notifications for Android #158

Answered by enfipy
maxsilnov asked this question in Q&A
Discussion options

You must be logged in to vote

Hey! Currently, notifications are unavailable, but I think you can pretty easily create a plugin and make it possible! Of course, it depends on what provider you want to use, etc.

To implement a custom plugin with this functionality - you will need to know the following things:

  1. How to create a Crossbow plugin for Android to handle notifications: link.
  2. How to collect UID and remove UID when uninstalling: link.
  3. How to handle client notifications: link.
  4. How to send the notification message: link.

Also, there's an option to adapt some Godot plugins (as Crossbow uses very similar design approach) for godot-firebase or godot-local-notifications.

P.S: We would love to add this functionality - …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by maxsilnov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request help wanted Extra attention is needed
2 participants