-
Notifications
You must be signed in to change notification settings - Fork 69
Publishing to users #57
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
Publishing to users #57
Conversation
Very much urgent! Please merge the push notifications for users.. Need it the most.. |
Thank you for this @andreaselia ! I'm also waiting anxiously for this to be merged. |
I think maybe @themsaid or @freekmurze could help, although I'm not entirely sure who the main maintainer of this repo is. |
@andreaselia Can you confirm this is ready to be merged? |
@atymic Yup, ready to be merged - thank you! |
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.
Looks good, couple of minor bits
@atymic changes complete, thanks for the feedback. |
Hey! 👋
This is related to issue #51, I thought I'd have a go at mocking up what the functionality could be look whilst also being backwards compatible. The
publishToInterests
functionality works as it did before (no changes required).I guess
$beamsClient->deleteUser($userId)
and$beamsClient->generateToken($userId)
functionalities would require you to consume another instance of the client.Any feedback/pointers would be greatly appreciated.