I've just installed firebase in my app. So I registered service workers for tens of thousands of users to receive background notifications. How can I update all of them?
The problems why I want to update them:
- I have hardcoded notification icon in service worker and now I want to get it from payload
- I changed api version, now passing parameters in
payload.data.titleinstead ofpayload.json.title
Can I update already registered service workers?