fix: Extracting GAPIC API calls into a new module by hiranya911 · Pull Request #581 · firebase/firebase-admin-python
GAPIC is our largest dependency today (~54MB), and is only used by FCM for batch notification delivery. Currently it's imported by our shared _utils module, which puts it in the dependency chain of everything. In this PR I'm extracting the GAPIC API calls into a new _gapic_utils module for better isolation. This way, developers who don't need it (and care about the installation footprint), can at least manually delete it with no impact on rest of the SDK.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Hiranya! LGTM!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters