firebase / firebase/firebase-admin-dotnet

FR: BatchResponse could return token of each message

Open
#364 1 comment 1 reaction 2 assignees Claimed by @Doris-Ge View on GitHub
api: messaging type: feature request
Dominant language
C#
Stars
408
Forks
146
Avg merge
22h 7m
Merged PRs (30d)
1

Description

* Operating System version: Win 10 22H2
* Firebase SDK version: 2.4.0
* Firebase Product: Messaging
* .NET version: Framework 4.7

`BatchResponse result = await messaging.SendMulticastAsync(message);`

MulticastMessage has a List of tokens, SendMulticastAsync returns a BatchResponse with a list of message ids of succedded messages or exceptions of failed ones. BatchResponse could return the token string in each response, so we could associate each device token with success or failure.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.