Can we run firebase realtime listening on ios serviceworker?

前端 未结 3 1811
萌比男神i
萌比男神i 2020-12-09 06:18

As of iOS 11.3 there is serviceworker feature supported

Even though it has no support for notification. I wonder if it possible to just run any realtime listener, su

3条回答
  •  失恋的感觉
    2020-12-09 06:48

    If you're using firebase then you will find push notification in main terminal of your firebase project and you won't be able to run service worker javaScript on it for offline data handling but you can use it for push notification. can you explain more about question be brief.!

提交回复
热议问题