FirebaseExtended / polymerfire

Polymer Web Components for Firebase
https://www.webcomponents.org/element/firebase/polymerfire
MIT License
459 stars 142 forks source link

Utilize the Firebase SDK served from Reserved URLs when using Firebase Hosting #266

Open wongmjane opened 7 years ago

wongmjane commented 7 years ago

Who will use the feature?

The web apps that are hosted on Firebase Hosting.

When will they use the feature?

Developers might want to utilize the Firebase SDK that are already provided from the Reserved URL.

What is the user’s goal?

To deduplicate the SDK files in order to reduce the size of files being pushed to Firebase Hosting. The files are already there for Firebase Hosting users (from the Reserved URL), it is not necessary to fetch the library again through Bower.

Suggestion

tjmonsi commented 7 years ago

We can have this by having firebase-bower-scripts.html, firebase-cdn-scripts.html, and firebase-url-scripts.html

Would that be ok?