File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
googleapiclient/discovery_cache/documents Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
"scopes" : {
5
5
"https://www.googleapis.com/auth/cloud-platform" : {
6
6
"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"
7
10
}
8
11
}
9
12
}
134
137
"$ref" : " Message"
135
138
},
136
139
"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"
138
142
]
139
143
}
140
144
}
141
145
}
142
146
}
143
147
}
144
148
},
145
- "revision" : " 20210719 " ,
149
+ "revision" : " 20210726 " ,
146
150
"rootUrl" : " https://fcm.googleapis.com/" ,
147
151
"schemas" : {
148
152
"AndroidConfig" : {
You can’t perform that action at this time.
0 commit comments