Skip to content

Commit f1dd412

Browse files
fix(fcm): update the api
#### fcm:v1 The following keys were changed: - resources.projects.resources.messages.methods.send.scopes (Total Keys: 1)
1 parent 2997524 commit f1dd412

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

googleapiclient/discovery_cache/documents/fcm.v1.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
66
"description": "See, edit, configure, and delete your Google Cloud Platform data"
7+
},
8+
"https://www.googleapis.com/auth/firebase.messaging": {
9+
"description": "Send messages and manage messaging subscriptions for your Firebase applications"
710
}
811
}
912
}
@@ -134,15 +137,16 @@
134137
"$ref": "Message"
135138
},
136139
"scopes": [
137-
"https://www.googleapis.com/auth/cloud-platform"
140+
"https://www.googleapis.com/auth/cloud-platform",
141+
"https://www.googleapis.com/auth/firebase.messaging"
138142
]
139143
}
140144
}
141145
}
142146
}
143147
}
144148
},
145-
"revision": "20210719",
149+
"revision": "20210726",
146150
"rootUrl": "https://fcm.googleapis.com/",
147151
"schemas": {
148152
"AndroidConfig": {

0 commit comments

Comments
 (0)