PWA Tips and Tricks

Tags: PWA, Android, iOS, Ionic 3, Angular 5, AngularFire2, Firebase Storage and Sentry.

In this post, I’ll walk you through the PWA-related tips and tricks I’ve learned over the past few months.

Safari’s support for Service Workers is currently experimental and I have encounted problems when trying to register a Service Worker in the same module that imports AngularFire2 and when trying to upload images to Firebase Storage. To work around these issues …

See: https://robferguson.org/blog/2018/09/14/pwa-tips-and-tricks/

And: