Skip to content

Commit aec1a0d

Browse files
yoshi-automationsofisl
authored andcommitted
feat(firebase)!: update the API
BREAKING CHANGE: This release has breaking changes. #### firebase:v1beta1 The following keys were deleted: - schemas.MessageSet.description
1 parent 285a5cc commit aec1a0d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

discovery/firebase-v1beta1.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@
13241324
}
13251325
}
13261326
},
1327-
"revision": "20250303",
1327+
"revision": "20250314",
13281328
"rootUrl": "https://firebase.googleapis.com/",
13291329
"schemas": {
13301330
"AddFirebaseRequest": {
@@ -1919,7 +1919,6 @@
19191919
"type": "object"
19201920
},
19211921
"MessageSet": {
1922-
"description": "This is proto2's version of MessageSet.",
19231922
"id": "MessageSet",
19241923
"properties": {},
19251924
"type": "object"

src/apis/firebase/v1beta1.ts

-3
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,6 @@ export namespace firebase_v1beta1 {
504504
*/
505505
type?: string | null;
506506
}
507-
/**
508-
* This is proto2's version of MessageSet.
509-
*/
510507
export interface Schema$MessageSet {}
511508
/**
512509
* This resource represents a long-running operation that is the result of a network API call.

0 commit comments

Comments
 (0)