Skip to content

Commit 0bac53d

Browse files
authored
Update AppDistribution [@type] (#1088)
This is a short followup to update the App Distribution @type. [More info here](c4f63c7) ``` type.googleapis.com/google.events.firebase.firebasealerts.v1.AppDistroNewTesterIosDevicePayload ```
1 parent c4f63c7 commit 0bac53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/providers/alerts/appDistribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { FirebaseAlertData, getEndpointAnnotation } from './alerts';
77
* Payload is wrapped inside a FirebaseAlertData object.
88
*/
99
export interface NewTesterDevicePayload {
10-
['@type']: 'com.google.firebase.firebasealerts.NewTesterDevicePayload';
10+
['@type']: 'type.googleapis.com/google.events.firebase.firebasealerts.v1.AppDistroNewTesterIosDevicePayload';
1111
testerName: string;
1212
testerEmail: string;
1313
testerDeviceModelName: string;

0 commit comments

Comments
 (0)