Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 492 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 492 Bytes

fireconf-demo

Fake "stock market" app to demonstrate how to improve performance of a Firebase web app, created for Firebase Summit 2019.

Key Files

  • full.js - Naive implementation that imports full Firebase all-in-one package.
  • split.js - Imports only necessary Firebase components (Firestore and Performance) - halves the bundle size.
  • dynamic.js - Fetches initial data with REST call and then dynamically imports Firebase libraries.