firebase / firebase-admin-python

Firebase Admin Python SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
988 stars 300 forks source link

fix(fcm): Declare `send_each` and `send_each_for_multicast` in `__all__` #749

Closed MarcoTomasRodriguez closed 5 months ago

MarcoTomasRodriguez commented 6 months ago

The new send_each and send_each_for_multicast functions were not declared on __all__ (although they belong to the public API), showing some warnings on popular linters. This PR complements https://github.com/firebase/firebase-admin-python/pull/706.