Skip to content

Commit e351497

Browse files
committed
Remove outdated API
1 parent 8fcc109 commit e351497

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

β€Žpackages/dart_firebase_admin/README.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,6 @@ await messaging.send(
402402
| TokenMessage | βœ… |
403403
| TopicMessage | βœ… |
404404
| ConditionMessage | βœ… |
405-
| Messaging.sendAll | ❌ |
406-
| Messaging.sendMulticast | ❌ |
407405

408406
---
409407

β€Žpackages/dart_firebase_admin/lib/src/messaging.dartβ€Ž

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,4 @@ class Messaging {
170170
dryRun: dryRun,
171171
);
172172
}
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
179173
}

0 commit comments

Comments
Β (0)