You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Angular / Firebase combo is pretty well set up for server push, we should take advantage of that. A decent introduction to setting it up is here, and we can also look into using ng-pwa-tools to automate the configuration needed. An example repo using this library is here.
The text was updated successfully, but these errors were encountered:
First iteration of this is working now, solved in #44. The ng-pwa-tools version is slightly more automatic vs more manual config per route, but only currently works if you have lazy loaded routes in your app.
This solution uses @StephenFluin's firebase-http2-push-config library instead. Closing this issue, we can open a new one to consider switching over to ng-pwa-tools after we get our lazy routes in place (#30).
The Angular / Firebase combo is pretty well set up for server push, we should take advantage of that. A decent introduction to setting it up is here, and we can also look into using ng-pwa-tools to automate the configuration needed. An example repo using this library is here.
The text was updated successfully, but these errors were encountered: