fix(fcm): Declare `send_each` and `send_each_for_multicast` in `__all__` by MarcoTomasRodriguez · Pull Request #749 · firebase/firebase-admin-python

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@MarcoTomasRodriguez

Copy link Copy Markdown

Contributor

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 #706.

Copy link Copy Markdown

Member

@lahirumaramba lahirumaramba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @MarcoTomasRodriguez for your contribution! LGTM

@lahirumaramba lahirumaramba self-assigned this

Jan 3, 2024

@lahirumaramba lahirumaramba merged commit b2173da into firebase:master

Jan 3, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@lahirumaramba lahirumaramba lahirumaramba approved these changes

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@MarcoTomasRodriguez @lahirumaramba