I try to host an Ionic2 App as a PWA on Firebase Hosting - but it is not working.
ionic build --prod browser
then I initialize the firebase project in the platforms/browser directory
firebase init
then I upload the app
firebase deploy
But it is still not working.