Resource: IosApp
Details of a Firebase App for iOS.
JSON representation |
---|
{
"name": string,
"appId": string,
"displayName": string,
"projectId": string,
"bundleId": string,
"appStoreId": string,
"teamId": string,
"apiKeyId": string,
"state": enum ( |
Fields | |
---|---|
name |
The resource name of the
|
app |
Output only. Immutable. The globally unique, Firebase-assigned identifier for the This identifier should be treated as an opaque token, as the data format is not specified. |
display |
The user-assigned display name for the |
project |
Output only. Immutable. A user-assigned unique identifier of the parent |
bundle |
Immutable. The canonical bundle ID of the iOS app as it would appear in the iOS AppStore. |
app |
The automatically generated Apple ID assigned to the iOS app by Apple in the iOS App Store. |
team |
The Apple Developer Team ID associated with the App in the App Store. |
api |
The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the Be aware that this value is the UID of the API key, not the If In patch requests, |
state |
Output only. The lifecycle state of the App. |
expire |
Output only. If the App has been removed from the Project, this is the timestamp of when the App is considered expired and will be permanently deleted. After this time, the App cannot be undeleted (that is, restored to the Project). This value is only provided if the App is in the A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
etag |
This checksum is computed by the server based on the value of other fields, and it may be sent with update requests to ensure the client has an up-to-date value before proceeding. Learn more about This etag is strongly validated. |
Methods |
|
---|---|
|
Requests the creation of a new IosApp in the specified FirebaseProject . |
|
Gets the specified IosApp . |
|
Gets the configuration artifact associated with the specified IosApp . |
|
Lists each IosApp associated with the specified FirebaseProject . |
|
Updates the attributes of the specified IosApp . |
|
Removes the specified IosApp from the FirebaseProject . |
|
Restores the specified IosApp to the FirebaseProject . |