Hi,
I'm using Google Firebase FCM for pushing notification from server, and it worked fine in 20.2.
Since upgraded to 22.1 , Service worker is not working the way it was anymore, Chrome keeps unscribing firebase service workers and I have to re-generate new fcm token everytime user enter the page.
Is this related to the new PWA function and how to get it back to normal ,like in 20.2?
Thank you.