We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b86441 commit fe0836cCopy full SHA for fe0836c
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