Progressive Web Apps in Meteor

It is becoming apparent that progressive web apps are going to be very prevalent throughout the web. That being said, does anyone have an idea of where to start turning a meteor app into a progressive web app? One consideration would be implementing a service worker. It would also be helpful if someone could give input on databases, as all the progressive web videos I have seen implement Firebase. I image that we might be able to achieve something similar due to Meteor’s client-side minimongo.

2 Likes

Take a look at this post from the forums and the open issue on github

1 Like