We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcc109 commit e351497Copy full SHA for e351497
βpackages/dart_firebase_admin/README.mdβ
@@ -402,8 +402,6 @@ await messaging.send(
402
| TokenMessage | β |
403
| TopicMessage | β |
404
| ConditionMessage | β |
405
-| Messaging.sendAll | β |
406
-| Messaging.sendMulticast | β |
407
408
---
409
βpackages/dart_firebase_admin/lib/src/messaging.dartβ
@@ -170,10 +170,4 @@ class Messaging {
170
dryRun: dryRun,
171
);
172
}
173
-
174
- // TODO uncomment code below when we figure out hot to send the subscription request
175
- // TODO also unmark the response as internal
176
- // TODO subscribeToTopic, unsubscribeFromTopic
177
- // TODO sendAll β missing batch client implementation
178
- // TODO sendMulticast - relies on sendAll
179
0 commit comments