Skip to content

Commit

Permalink
fix(fcm): Export send_each and send_each_for_multicast
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoTomasRodriguez committed Dec 22, 2023
1 parent 3c39186 commit 0cc4777
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firebase_admin/messaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
'send',
'send_all',
'send_multicast',
'send_each',
'send_each_for_multicast',
'subscribe_to_topic',
'unsubscribe_from_topic',
]
Expand Down

0 comments on commit 0cc4777

Please sign in to comment.