firebase-admin-dotnet
firebase-admin-dotnet copied to clipboard
FR: BatchResponse could return token of each message
- 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
@TupaNegreiros there was similar issue raised a while ago and authors previously answered that the order of batchResponse matches the tokens order in request, so you can actually map that manually :) (I hope that did not change, @hiranya911 can someone confirm this?). Ofcourse having explicit token in response would be way better 🚀