How to get to that mythical 80% reduction? #4794
-
https://firebase.google.com/docs/web/modular-upgrade:
I'm wondering what kind of app could see a 80% reduction? I just refactored my JavaScript web-app from Firebase v8 to v9 beta 1, and the bundle size went from 220 KB transfer size to 166 KB. Of course that's a really great reduction, but not quite 80% haha (it's about 25%). I use Authentication, Firestore, Storage and Functions, in a Svelte 3 app using Rollup. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@kevinrenskers in the "why change" page of the V9 docs, in the "The size difference" section, you’ll see that in the very specific use case of only using Firestore to read data once the V9 is 80.06% lighter than the V8. |
Beta Was this translation helpful? Give feedback.
@kevinrenskers in the "why change" page of the V9 docs, in the "The size difference" section, you’ll see that in the very specific use case of only using Firestore to read data once the V9 is 80.06% lighter than the V8.
I agree it’s a very very specific use case 😉