Skip to content

Commit

Permalink
feat(firebase): update the api
Browse files Browse the repository at this point in the history
#### firebase:v1beta1

The following keys were added:
- schemas.WebApp.properties.webId.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 5, 2023
1 parent 898692c commit 16db7f3
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -1320,7 +1320,7 @@
}
}
},
"revision": "20230626",
"revision": "20230703",
"rootUrl": "https://firebase.googleapis.com/",
"schemas": {
"AddFirebaseRequest": {
Expand Down Expand Up @@ -2275,6 +2275,7 @@
"type": "string"
},
"webId": {
"deprecated": true,
"description": "Output only. Immutable. A unique, Firebase-assigned identifier for the `WebApp`. This identifier is only used to populate the `namespace` value for the `WebApp`. For most use cases, use `appId` to identify or reference the App. The `webId` value is only unique within a `FirebaseProject` and its associated Apps.",
"readOnly": true,
"type": "string"
Expand Down

0 comments on commit 16db7f3

Please sign in to comment.