Skip to content

Commit 81a42b4

Browse files
MarcoTomasRodriguezjonathanedey
authored andcommitted
fix(fcm): Export send_each and send_each_for_multicast (#749)
1 parent b5eb4bd commit 81a42b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

firebase_admin/messaging.py

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
'send',
6666
'send_all',
6767
'send_multicast',
68+
'send_each',
69+
'send_each_for_multicast',
6870
'subscribe_to_topic',
6971
'unsubscribe_from_topic',
7072
]

0 commit comments

Comments
 (0)