File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ export interface InAppFeedbackPayload {
53
53
[ '@type' ] : 'type.googleapis.com/google.events.firebase.firebasealerts.v1.AppDistroInAppFeedbackPayload' ;
54
54
/** Resource name. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/feedbackReports/{feedback_id}` */
55
55
feedbackReport : string ;
56
+ /** Deep link back to the Firebase console. */
57
+ feedbackConsoleUri : string ;
56
58
/** Name of the tester */
57
59
testerName ?: string ;
58
60
/** Email of the tester */
@@ -71,7 +73,7 @@ export interface InAppFeedbackPayload {
71
73
buildVersion : string ;
72
74
/** Text entered by the tester */
73
75
text : string ;
74
- /** URIs to download screenshot(s) */
76
+ /** URIs to download screenshot(s). These URIs are fast expiring. */
75
77
screenshotUris : string [ ] ;
76
78
}
77
79
You can’t perform that action at this time.
0 commit comments