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 0d72380 commit a98a3ccCopy full SHA for a98a3cc
etc/firebase-admin.api.md
@@ -625,7 +625,7 @@ export namespace messaging {
625
}
626
export interface ApnsPayload {
627
// (undocumented)
628
- [customData: string]: object;
+ [customData: string]: any;
629
aps: Aps;
630
631
export interface Aps {
src/messaging/index.ts
@@ -299,7 +299,7 @@ export namespace messaging {
299
* The `aps` dictionary to be included in the message.
300
*/
301
302
303
304
305
/**
0 commit comments