Skip to content

Commit 25769cc

Browse files
fix(firebase): update the api
#### firebase:v1beta1 The following keys were changed: - resources.projects.resources.androidApps.methods.remove.scopes (Total Keys: 1) - resources.projects.resources.androidApps.methods.undelete.scopes (Total Keys: 1) - resources.projects.resources.iosApps.methods.remove.scopes (Total Keys: 1) - resources.projects.resources.iosApps.methods.undelete.scopes (Total Keys: 1) - resources.projects.resources.webApps.methods.remove.scopes (Total Keys: 1) - resources.projects.resources.webApps.methods.undelete.scopes (Total Keys: 1)
1 parent ed08e4d commit 25769cc

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

googleapiclient/discovery_cache/documents/firebase.v1beta1.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,8 @@
665665
"$ref": "Operation"
666666
},
667667
"scopes": [
668-
"https://www.googleapis.com/auth/cloud-platform"
668+
"https://www.googleapis.com/auth/cloud-platform",
669+
"https://www.googleapis.com/auth/firebase"
669670
]
670671
},
671672
"undelete": {
@@ -693,7 +694,8 @@
693694
"$ref": "Operation"
694695
},
695696
"scopes": [
696-
"https://www.googleapis.com/auth/cloud-platform"
697+
"https://www.googleapis.com/auth/cloud-platform",
698+
"https://www.googleapis.com/auth/firebase"
697699
]
698700
}
699701
},
@@ -1054,7 +1056,8 @@
10541056
"$ref": "Operation"
10551057
},
10561058
"scopes": [
1057-
"https://www.googleapis.com/auth/cloud-platform"
1059+
"https://www.googleapis.com/auth/cloud-platform",
1060+
"https://www.googleapis.com/auth/firebase"
10581061
]
10591062
},
10601063
"undelete": {
@@ -1082,7 +1085,8 @@
10821085
"$ref": "Operation"
10831086
},
10841087
"scopes": [
1085-
"https://www.googleapis.com/auth/cloud-platform"
1088+
"https://www.googleapis.com/auth/cloud-platform",
1089+
"https://www.googleapis.com/auth/firebase"
10861090
]
10871091
}
10881092
}
@@ -1278,7 +1282,8 @@
12781282
"$ref": "Operation"
12791283
},
12801284
"scopes": [
1281-
"https://www.googleapis.com/auth/cloud-platform"
1285+
"https://www.googleapis.com/auth/cloud-platform",
1286+
"https://www.googleapis.com/auth/firebase"
12821287
]
12831288
},
12841289
"undelete": {
@@ -1306,15 +1311,16 @@
13061311
"$ref": "Operation"
13071312
},
13081313
"scopes": [
1309-
"https://www.googleapis.com/auth/cloud-platform"
1314+
"https://www.googleapis.com/auth/cloud-platform",
1315+
"https://www.googleapis.com/auth/firebase"
13101316
]
13111317
}
13121318
}
13131319
}
13141320
}
13151321
}
13161322
},
1317-
"revision": "20220819",
1323+
"revision": "20220825",
13181324
"rootUrl": "https://firebase.googleapis.com/",
13191325
"schemas": {
13201326
"AddFirebaseRequest": {

0 commit comments

Comments
 (0)