Stay organized with collections
Save and categorize content based on your preferences.
Binary size
How is binary size measured?
The binary size for each Firebase Android SDK is measured using the following
process:
Set up an empty test app with that SDK as its only dependency.
Assemble the app with a predefined build configuration.
Measure the size of the generated APK file of that app.
For more details about the test app described above, refer to the "APK size"
README.md
in the Firebase Android SDK GitHub repository.
Measurements
To understand the size delta across versions, refer to the Firebase Android
release notes. You can also open a
GitHub issue
in the Firebase Android SDK GitHub repository to ask for help or more
information.