Skip to content

Commit

Permalink
Update AppDistribution [@type] (#1088)
Browse files Browse the repository at this point in the history
This is a short followup to update the App Distribution @type.

[More info here](c4f63c7)

```
type.googleapis.com/google.events.firebase.firebasealerts.v1.AppDistroNewTesterIosDevicePayload
```
  • Loading branch information
TheIronDev committed Apr 30, 2022
1 parent c4f63c7 commit 0bac53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/providers/alerts/appDistribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { FirebaseAlertData, getEndpointAnnotation } from './alerts';
* Payload is wrapped inside a FirebaseAlertData object.
*/
export interface NewTesterDevicePayload {
['@type']: 'com.google.firebase.firebasealerts.NewTesterDevicePayload';
['@type']: 'type.googleapis.com/google.events.firebase.firebasealerts.v1.AppDistroNewTesterIosDevicePayload';
testerName: string;
testerEmail: string;
testerDeviceModelName: string;
Expand Down

0 comments on commit 0bac53d

Please sign in to comment.