Fake "stock market" app to demonstrate how to improve performance of a Firebase web app, created for Firebase Summit 2019.
- 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.