Introduction
When you build apps with Firebase, you want your app to load fast and use less data. The Modular SDK version 9 helps by letting you include only the parts you need. This makes your app smaller and quicker.
When you want your Firebase app to load faster on slow internet connections.
When you want to reduce the size of your app to save users' data.
When you are building a web app and want to include only the Firebase features you use.
When you want to avoid loading unnecessary Firebase code that your app does not need.
When you want to improve your app's performance by using modern JavaScript imports.