We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a481a8a + fe0836c commit 718d864Copy full SHA for 718d864
proto/google/events/firebase/dataconnect/v1/events.proto
@@ -143,6 +143,9 @@ message MutationExecutedEvent {
143
option (google.events.cloud_event_extension_name) = "connector";
144
option (google.events.cloud_event_extension_name) = "service";
145
option (google.events.cloud_event_extension_name) = "operation";
146
+ option (google.events.cloud_event_extension_name) = "authtype";
147
+ option (google.events.cloud_event_extension_name) = "authid";
148
+ option (google.events.cloud_event_extension_name) = "authclaims";
149
150
// The data associated with the event.
151
MutationEventData data = 1;
0 commit comments