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

Pre-study: Implement Push Notifications #34

Closed
RoiJS opened this issue Apr 30, 2021 · 1 comment
Closed

Pre-study: Implement Push Notifications #34

RoiJS opened this issue Apr 30, 2021 · 1 comment
Assignees
Labels
technical task regular instructions
Projects

Comments

@RoiJS
Copy link
Owner

RoiJS commented Apr 30, 2021

Do some research on how to implement push notification on mobile android application

@RoiJS RoiJS added the technical task regular instructions label Apr 30, 2021
@RoiJS RoiJS self-assigned this Apr 30, 2021
@RoiJS RoiJS added this to To Do in Reserbiz via automation Apr 30, 2021
@RoiJS RoiJS moved this from To Do to In Progress in Reserbiz Apr 30, 2021
@RoiJS
Copy link
Owner Author

RoiJS commented May 2, 2021

Done doing some research and a little bit of coding.

@nativescript/firebase - plugin to be used on nativescript app
FirebaseAdmin SDK - plugin to use on server-side

There is a little bit of problem on using push notification on android because at this moment, the nativescript plugin does not support "click_action" this means that there is no way to customize the click event on the push notification, eg. opening specific page after tapping on the notification.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical task regular instructions
Projects
Development

No branches or pull requests

1 participant