You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, It is possible to use this module to send push notifications to web app based on angularjs.
I don't found any documentation how to use loopback to send push notifications to web apps.
I want for exemple when i add data from api explorer it send push notifications and in my client view i can listen loopback server. Please share any code or documentation about this topic.
Thanks
The text was updated successfully, but these errors were encountered:
LoopBack does not provide a browser-based push-notification client.
If you are looking for real-time updates via websockets, then watch this issue: strongloop/loopback#327
If you are building a hybrid mobile app and want to deliver push notifications via GCM or APNS, then check out Cordova's PushNotification plugin. Note the plugin works with any Cordova JS app, it is not specific to AngularJS.
Hi, It is possible to use this module to send push notifications to web app based on angularjs.
I don't found any documentation how to use loopback to send push notifications to web apps.
I want for exemple when i add data from api explorer it send push notifications and in my client view i can listen loopback server. Please share any code or documentation about this topic.
Thanks
The text was updated successfully, but these errors were encountered: