-
Notifications
You must be signed in to change notification settings - Fork 383
Features/hms #637
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
base: master
Are you sure you want to change the base?
Features/hms #637
Conversation
Hello! Thanks @khun84 for your help! Is there any plan to merge this PR? |
add_column :rpush_apps, :hms_key_id, :string | ||
add_column :rpush_apps, :hms_sub_acc_id, :string | ||
add_column :rpush_apps, :hms_key, :string | ||
add_column :rpush_notifications, :title, :string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you help me understand why this is required for HMS but not for other systems?
Hey! If we can get the tests passing and clear up the question about database schema changes, I'd like to get this moved forward. I'm going to leave the PR in draft status until then to indicate that it's waiting on further changes before being ready for a final review. |
@benlangfeld Thanks. Lots of thing happening on my end here recently. I will find time to address the comments, its been 2 years since I left it here 😆 |
As HMS is gaining more traction recently, especially in the Asia Pacific region, I've proposed (see #635) to introduce HMS as one of the supported push notification service in rpush.
As much as possible, the implementation strives to follow the existing code structure and I have been using it in production environment for more than 2 years.