pusher / chatkit-client-js

JavaScript client SDK for Pusher Chatkit
https://pusher.com/chatkit
MIT License
90 stars 15 forks source link

[Feature] Integration with pusher notifications #30

Closed alexey13 closed 5 years ago

alexey13 commented 6 years ago

Good day! It would be awesome to notificate users of new messages if they are offline or unactive. Examples with such integration are welcome. And i have to say i like pusher very much. Tried with firechat firebase but chatkit for me:)

gildebrand commented 6 years ago

@alexey13 the feedback I got from the Pusher team about this is that it will come, but for now we will have to implement it ourselves. I shared the solution I went for in GitHub: https://github.com/gildebrand/chatkit-push-helper

alexey13 commented 6 years ago

Wow its awesome. Will get deeper in your solution. Big thanks for share

teminer commented 6 years ago

@gildebrand hope you don't mind I've been sharing that with pretty much everyone who asks me about this integration (whom I'd otherwise have to disappoint with "not yet") :)

Huge thank you for doing this!

gildebrand commented 6 years ago

@teminer cool 😄 I'll probably update the repository with some simple instructions to help newcomers get going!

alexey13 commented 6 years ago

@gildebrand its made using RxJS right?

gildebrand commented 6 years ago

@alexey13 thats right!

gildebrand commented 6 years ago

Update: provided my repo with a Readme to help people get going 😄

neuropass commented 5 years ago

Again a must have for chatkit. Would benefit cross integration for pusher services anyway.

vivangkumar commented 5 years ago

@neuropass Push notifications is on the way (integrated into chatkit) :)

tribeAppMobile commented 5 years ago

Already integrated ? on pusher.com web it shows that the integration already in beta version ?

teminer commented 5 years ago

@tribeAppMobile Yes! It was released just last Friday for Android & iOS. :)

A solution for react native is on the way.

aferrando commented 5 years ago

Any updates? It would be great to have push notifications on react native

Kiran0791 commented 5 years ago

Any update on react native push notification integration

parthawasthi commented 5 years ago

Hi all.

We appreciate that this has been a long-awaited feature for many of you — we are looking at shipping browser notifications later this year. The reason this feature request has been such a long time coming is that we have been working to ensure mobile push notifications provide a great experience before we move to support browser notifications.

Over the course of 2018, Pusher has gone through radical transformation organisationally and we are better equipped to both turn around new feature requests sooner, as well as to keep customers updated better through the process of doing so. This, however, means we cannot continue to accept feature requests through GitHub issues. For all future feature requests, we encourage you to email support@pusher.com. We will be closing this issue, and other such issues which are feature requests.

We thank you for your patience and continued support.

Parth

viniciusfont commented 5 years ago

Hi @parthawasthi , thanks for the reply. And regarding the integration of mobile push notifications with React Native (this integration already exists for Android and native iOS), will we have an integration, or will push notifications only work for those who used the native library? Remembering that the JS client can be used by mobile apps.