I am trying to create a SEO friendly Angular (4) application. This application is built using Firebase (+ AngularFire2). But the current problem I am having is that I can not access the ngfactory that is necessary for an Angular Universal app (I believe).
So my question was, is it possible for Firebase Cloud Functions to access the Firebase Hosting files. I believe that would allow me to access that ngfactory file I need to generate the html for my SEO.
Is this possible?