Liking cljdoc? Tell your friends :D

happygapi.firebase.projects

Firebase Management API: projects. The Firebase Management API enables programmatic setup and management of Firebase projects, including a project's Firebase resources and Firebase apps. See: https://firebase.google.comapi/reference/rest/v1beta1/projects

Firebase Management API: projects.
The Firebase Management API enables programmatic setup and management of Firebase projects, including a project's Firebase resources and Firebase apps.
See: https://firebase.google.comapi/reference/rest/v1beta1/projects
raw docstring

addFirebase$clj

(addFirebase$ auth parameters body)

https://firebase.google.comapi/reference/rest/v1beta1/projects/addFirebase

Required parameters: project

Optional parameters: none

Body:

{:locationId string, :regionCode string, :timeZone string}

Adds Firebase resources to the specified existing [Google Cloud Platform (GCP) Project] (https://cloud.google.com/resource-manager/reference/rest/v1/projects). <br> <br>Since a FirebaseProject is actually also a GCP Project, a FirebaseProject uses underlying GCP identifiers (most importantly, the projectId) as its own for easy interop with GCP APIs. <br> <br>The result of this call is an Operation. Poll the Operation to track the provisioning process by calling GetOperation until done is true. When done is true, the Operation has either succeeded or failed. If the Operation succeeded, its response is set to a FirebaseProject; if the Operation failed, its error is set to a google.rpc.Status. The Operation is automatically deleted after completion, so there is no need to call DeleteOperation. <br> <br>This method does not modify any billing account information on the underlying GCP Project. <br> <br>To call AddFirebase, a member must be an Editor or Owner for the existing GCP Project. Service accounts cannot call AddFirebase.

https://firebase.google.comapi/reference/rest/v1beta1/projects/addFirebase

Required parameters: project

Optional parameters: none

Body: 

{:locationId string, :regionCode string, :timeZone string}

Adds Firebase resources to the specified existing
[Google Cloud Platform (GCP) `Project`]
(https://cloud.google.com/resource-manager/reference/rest/v1/projects).
<br>
<br>Since a FirebaseProject is actually also a GCP `Project`, a
`FirebaseProject` uses underlying GCP identifiers (most importantly,
the `projectId`) as its own for easy interop with GCP APIs.
<br>
<br>The result of this call is an [`Operation`](../../v1beta1/operations).
Poll the `Operation` to track the provisioning process by calling
GetOperation until
[`done`](../../v1beta1/operations#Operation.FIELDS.done) is `true`. When
`done` is `true`, the `Operation` has either succeeded or failed. If the
`Operation` succeeded, its
[`response`](../../v1beta1/operations#Operation.FIELDS.response) is set to
a FirebaseProject; if the `Operation` failed, its
[`error`](../../v1beta1/operations#Operation.FIELDS.error) is set to a
google.rpc.Status. The `Operation` is automatically deleted after
completion, so there is no need to call
DeleteOperation.
<br>
<br>This method does not modify any billing account information on the
underlying GCP `Project`.
<br>
<br>To call `AddFirebase`, a member must be an Editor or Owner for the
existing GCP `Project`. Service accounts cannot call `AddFirebase`.
sourceraw docstring

addGoogleAnalytics$clj

(addGoogleAnalytics$ auth parameters body)

https://firebase.google.comapi/reference/rest/v1beta1/projects/addGoogleAnalytics

Required parameters: parent

Optional parameters: none

Body:

{:analyticsPropertyId string, :analyticsAccountId string}

Links a FirebaseProject with an existing Google Analytics account. <br> <br>Using this call, you can either:

<ul> <li>Specify an `analyticsAccountId` to provision a new Google Analytics property within the specified account and associate the new property with your `FirebaseProject`.</li> <li>Specify an existing `analyticsPropertyId` to associate the property with your `FirebaseProject`.</li> </ul> <br> Note that when you call `AddGoogleAnalytics`: <ol> <li>The first check determines if any existing data streams in the Google Analytics property correspond to any existing Firebase Apps in your `FirebaseProject` (based on the `packageName` or `bundleId` associated with the data stream). Then, as applicable, the data streams and apps are linked. Note that this auto-linking only applies to Android Apps and iOS Apps.</li> <li>If no corresponding data streams are found for your Firebase Apps, new data streams are provisioned in the Google Analytics property for each of your Firebase Apps. Note that a new data stream is always provisioned for a Web App even if it was previously associated with a data stream in your Analytics property.</li> </ol> Learn more about the hierarchy and structure of Google Analytics accounts in the [Analytics documentation](https://support.google.com/analytics/answer/9303323). <br> <br>The result of this call is an [`Operation`](../../v1beta1/operations). Poll the `Operation` to track the provisioning process by calling GetOperation until [`done`](../../v1beta1/operations#Operation.FIELDS.done) is `true`. When `done` is `true`, the `Operation` has either succeeded or failed. If the `Operation` succeeded, its [`response`](../../v1beta1/operations#Operation.FIELDS.response) is set to an AnalyticsDetails; if the `Operation` failed, its [`error`](../../v1beta1/operations#Operation.FIELDS.error) is set to a google.rpc.Status. <br> <br>To call `AddGoogleAnalytics`, a member must be an Owner for the existing `FirebaseProject` and have the [`Edit` permission](https://support.google.com/analytics/answer/2884495) for the Google Analytics account. <br> <br>If a `FirebaseProject` already has Google Analytics enabled, and you call `AddGoogleAnalytics` using an `analyticsPropertyId` that's different from the currently associated property, then the call will fail. Analytics may have already been enabled in the Firebase console or by specifying `timeZone` and `regionCode` in the call to [`AddFirebase`](../../v1beta1/projects/addFirebase).

https://firebase.google.comapi/reference/rest/v1beta1/projects/addGoogleAnalytics

Required parameters: parent

Optional parameters: none

Body: 

{:analyticsPropertyId string, :analyticsAccountId string}

Links a FirebaseProject with an existing
[Google Analytics account](http://www.google.com/analytics/).
<br>
<br>Using this call, you can either:
<ul>
<li>Specify an `analyticsAccountId` to provision a new Google Analytics
property within the specified account and associate the new property with
your `FirebaseProject`.</li>
<li>Specify an existing `analyticsPropertyId` to associate the property
with your `FirebaseProject`.</li>
</ul>
<br>
Note that when you call `AddGoogleAnalytics`:
<ol>
<li>The first check determines if any existing data streams in the
Google Analytics property correspond to any existing Firebase Apps in your
`FirebaseProject` (based on the `packageName` or `bundleId` associated with
the data stream). Then, as applicable, the data streams and apps are
linked. Note that this auto-linking only applies to Android Apps and iOS
Apps.</li>
<li>If no corresponding data streams are found for your Firebase Apps,
new data streams are provisioned in the Google Analytics property
for each of your Firebase Apps. Note that a new data stream is always
provisioned for a Web App even if it was previously associated with a
data stream in your Analytics property.</li>
</ol>
Learn more about the hierarchy and structure of Google Analytics
accounts in the
[Analytics
documentation](https://support.google.com/analytics/answer/9303323).
<br>
<br>The result of this call is an [`Operation`](../../v1beta1/operations).
Poll the `Operation` to track the provisioning process by calling
GetOperation until
[`done`](../../v1beta1/operations#Operation.FIELDS.done) is `true`. When
`done` is `true`, the `Operation` has either succeeded or failed. If the
`Operation` succeeded, its
[`response`](../../v1beta1/operations#Operation.FIELDS.response) is set to
an AnalyticsDetails; if the `Operation` failed, its
[`error`](../../v1beta1/operations#Operation.FIELDS.error) is set to a
google.rpc.Status.
<br>
<br>To call `AddGoogleAnalytics`, a member must be an Owner for
the existing `FirebaseProject` and have the
[`Edit` permission](https://support.google.com/analytics/answer/2884495)
for the Google Analytics account.
<br>
<br>If a `FirebaseProject` already has Google Analytics enabled, and you
call `AddGoogleAnalytics` using an `analyticsPropertyId` that's different
from the currently associated property, then the call will fail. Analytics
may have already been enabled in the Firebase console or by specifying
`timeZone` and `regionCode` in the call to
[`AddFirebase`](../../v1beta1/projects/addFirebase).
sourceraw docstring

androidApps-create$clj

(androidApps-create$ auth parameters body)

https://firebase.google.comapi/reference/rest/v1beta1/projects/androidApps/create

Required parameters: parent

Optional parameters: none

Body:

{:name string, :packageName string, :displayName string, :appId string, :projectId string}

Requests that a new AndroidApp be created. <br> <br>The result of this call is an Operation which can be used to track the provisioning process. The Operation is automatically deleted after completion, so there is no need to call DeleteOperation.

https://firebase.google.comapi/reference/rest/v1beta1/projects/androidApps/create

Required parameters: parent

Optional parameters: none

Body: 

{:name string,
 :packageName string,
 :displayName string,
 :appId string,
 :projectId string}

Requests that a new AndroidApp be created.
<br>
<br>The result of this call is an `Operation` which can be used to track
the provisioning process. The `Operation` is automatically deleted after
completion, so there is no need to call `DeleteOperation`.
sourceraw docstring

androidApps-get$clj

(androidApps-get$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/androidApps/get

Required parameters: name

Optional parameters: none

Gets the AndroidApp identified by the specified resource name.

https://firebase.google.comapi/reference/rest/v1beta1/projects/androidApps/get

Required parameters: name

Optional parameters: none

Gets the AndroidApp identified by the specified resource name.
sourceraw docstring

androidApps-getConfig$clj

(androidApps-getConfig$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/androidApps/getConfig

Required parameters: name

Optional parameters: none

Gets the configuration artifact associated with the specified AndroidApp.

https://firebase.google.comapi/reference/rest/v1beta1/projects/androidApps/getConfig

Required parameters: name

Optional parameters: none

Gets the configuration artifact associated with the specified
AndroidApp.
sourceraw docstring

androidApps-list$clj

(androidApps-list$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/androidApps/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists each AndroidApp associated with the specified parent Project. <br> <br>The elements are returned in no particular order, but will be a consistent view of the Apps when additional requests are made with a pageToken.

https://firebase.google.comapi/reference/rest/v1beta1/projects/androidApps/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists each AndroidApp associated with the specified parent Project.
<br>
<br>The elements are returned in no particular order, but will be a
consistent view of the Apps when additional requests are made with a
`pageToken`.
sourceraw docstring

androidApps-patch$clj

(androidApps-patch$ auth parameters body)

https://firebase.google.comapi/reference/rest/v1beta1/projects/androidApps/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:name string, :packageName string, :displayName string, :appId string, :projectId string}

Updates the attributes of the AndroidApp identified by the specified resource name.

https://firebase.google.comapi/reference/rest/v1beta1/projects/androidApps/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:name string,
 :packageName string,
 :displayName string,
 :appId string,
 :projectId string}

Updates the attributes of the AndroidApp identified by the specified
resource name.
sourceraw docstring

androidApps-sha-create$clj

(androidApps-sha-create$ auth parameters body)

https://firebase.google.comapi/reference/rest/v1beta1/projects/androidApps/sha/create

Required parameters: parent

Optional parameters: none

Body:

{:name string, :shaHash string, :certType string}

Adds a SHA certificate to the specified AndroidApp.

https://firebase.google.comapi/reference/rest/v1beta1/projects/androidApps/sha/create

Required parameters: parent

Optional parameters: none

Body: 

{:name string, :shaHash string, :certType string}

Adds a SHA certificate to the specified AndroidApp.
sourceraw docstring

androidApps-sha-delete$clj

(androidApps-sha-delete$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/androidApps/sha/delete

Required parameters: name

Optional parameters: none

Removes a SHA certificate from the specified AndroidApp.

https://firebase.google.comapi/reference/rest/v1beta1/projects/androidApps/sha/delete

Required parameters: name

Optional parameters: none

Removes a SHA certificate from the specified AndroidApp.
sourceraw docstring

androidApps-sha-list$clj

(androidApps-sha-list$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/androidApps/sha/list

Required parameters: parent

Optional parameters: none

Returns the list of SHA-1 and SHA-256 certificates for the specified AndroidApp.

https://firebase.google.comapi/reference/rest/v1beta1/projects/androidApps/sha/list

Required parameters: parent

Optional parameters: none

Returns the list of SHA-1 and SHA-256 certificates for the specified
AndroidApp.
sourceraw docstring

availableLocations-list$clj

(availableLocations-list$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/availableLocations/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Returns a list of valid Google Cloud Platform (GCP) resource locations for the specified Project (including a FirebaseProject). <br> <br>One of these locations can be selected as the Project's default GCP resource location, which is the geographical location where project resources, such as Cloud Firestore, will be provisioned by default. However, if the default GCP resource location has already been set for the Project, then this setting cannot be changed. <br> <br>This call checks for any location restrictions for the specified Project and, thus, might return a subset of all possible GCP resource locations. To list all GCP resource locations (regardless of any restrictions), call the endpoint without specifying a projectId (that is, /v1beta1/{parent=projects/-}/listAvailableLocations). <br> <br>To call ListAvailableLocations with a specified project, a member must be at minimum a Viewer of the project. Calls without a specified project do not require any specific project permissions.

https://firebase.google.comapi/reference/rest/v1beta1/projects/availableLocations/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Returns a list of valid Google Cloud Platform (GCP) resource locations for
the specified Project (including a FirebaseProject).
<br>
<br>One of these locations can be selected as the Project's [_default_ GCP
resource location](https://firebase.google.com/docs/projects/locations),
which is the geographical location where project resources, such as Cloud
Firestore, will be provisioned by default. However, if the default GCP
resource location has already been set for the Project, then this setting
cannot be changed.
<br>
<br>This call checks for any location restrictions for the specified
Project and, thus, might return a subset of all possible GCP resource
locations. To list all GCP resource locations (regardless of any
restrictions), call the endpoint without specifying a `projectId` (that is,
`/v1beta1/{parent=projects/-}/listAvailableLocations`).
<br>
<br>To call `ListAvailableLocations` with a specified project, a member
must be at minimum a Viewer of the project. Calls without a specified
project do not require any specific project permissions.
sourceraw docstring

defaultLocation-finalize$clj

(defaultLocation-finalize$ auth parameters body)

https://firebase.google.comapi/reference/rest/v1beta1/projects/defaultLocation/finalize

Required parameters: parent

Optional parameters: none

Body:

{:locationId string}

Sets the default Google Cloud Platform (GCP) resource location for the specified FirebaseProject. <br> <br>This method creates an App Engine application with a default Cloud Storage bucket, located in the specified location_id. This location must be one of the available GCP resource locations. <br> <br>After the default GCP resource location is finalized, or if it was already set, it cannot be changed. The default GCP resource location for the specified FirebaseProject might already be set because either the GCP Project already has an App Engine application or FinalizeDefaultLocation was previously called with a specified location_id. Any new calls to FinalizeDefaultLocation with a <em>different</em> specified location_id will return a 409 error. <br> <br>The result of this call is an Operation, which can be used to track the provisioning process. The response type of the Operation is google.protobuf.Empty. <br> <br>The Operation can be polled by its name using GetOperation until done is true. When done is true, the Operation has either succeeded or failed. If the Operation has succeeded, its response will be set to a google.protobuf.Empty; if the Operation has failed, its error will be set to a google.rpc.Status. The Operation is automatically deleted after completion, so there is no need to call DeleteOperation. <br> <br>All fields listed in the request body are required. <br> <br>To call FinalizeDefaultLocation, a member must be an Owner of the project.

https://firebase.google.comapi/reference/rest/v1beta1/projects/defaultLocation/finalize

Required parameters: parent

Optional parameters: none

Body: 

{:locationId string}

Sets the default Google Cloud Platform (GCP) resource location for the
specified FirebaseProject.
<br>
<br>This method creates an App Engine application with a
[default Cloud Storage
bucket](https://cloud.google.com/appengine/docs/standard/python/googlecloudstorageclient/setting-up-cloud-storage#activating_a_cloud_storage_bucket),
located in the specified
[`location_id`](#body.request_body.FIELDS.location_id).
This location must be one of the available
[GCP resource
locations](https://firebase.google.com/docs/projects/locations). <br>
<br>After the default GCP resource location is finalized, or if it was
already set, it cannot be changed. The default GCP resource location for
the specified FirebaseProject might already be set because either the
GCP `Project` already has an App Engine application or
`FinalizeDefaultLocation` was previously called with a specified
`location_id`. Any new calls to `FinalizeDefaultLocation` with a
<em>different</em> specified `location_id` will return a 409 error.
<br>
<br>The result of this call is an [`Operation`](../../v1beta1/operations),
which can be used to track the provisioning process. The
[`response`](../../v1beta1/operations#Operation.FIELDS.response) type of
the `Operation` is google.protobuf.Empty.
<br>
<br>The `Operation` can be polled by its `name` using
GetOperation until `done` is
true. When `done` is true, the `Operation` has either succeeded or failed.
If the `Operation` has succeeded, its
[`response`](../../v1beta1/operations#Operation.FIELDS.response) will be
set to a google.protobuf.Empty; if the `Operation` has failed, its
`error` will be set to a google.rpc.Status. The `Operation` is
automatically deleted after completion, so there is no need to call
DeleteOperation.
<br>
<br>All fields listed in the [request body](#request-body) are required.
<br>
<br>To call `FinalizeDefaultLocation`, a member must be an Owner
of the project.
sourceraw docstring

get$clj

(get$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/get

Required parameters: name

Optional parameters: none

Gets the FirebaseProject identified by the specified resource name.

https://firebase.google.comapi/reference/rest/v1beta1/projects/get

Required parameters: name

Optional parameters: none

Gets the FirebaseProject identified by the specified resource name.
sourceraw docstring

getAdminSdkConfig$clj

(getAdminSdkConfig$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/getAdminSdkConfig

Required parameters: name

Optional parameters: none

Gets the configuration artifact used by servers to simplify initialization. <br> <br>Typically, this configuration is used with the Firebase Admin SDK initializeApp command.

https://firebase.google.comapi/reference/rest/v1beta1/projects/getAdminSdkConfig

Required parameters: name

Optional parameters: none

Gets the configuration artifact used by servers to simplify initialization.
<br>
<br>Typically, this configuration is used with the Firebase Admin SDK
[initializeApp](https://firebase.google.com/docs/admin/setup#initialize_the_sdk)
command.
sourceraw docstring

getAnalyticsDetails$clj

(getAnalyticsDetails$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/getAnalyticsDetails

Required parameters: name

Optional parameters: none

Gets the Google Analytics details currently associated with a FirebaseProject. <br> <br>If the FirebaseProject is not yet linked to Google Analytics, then the response to GetAnalyticsDetails is NOT_FOUND.

https://firebase.google.comapi/reference/rest/v1beta1/projects/getAnalyticsDetails

Required parameters: name

Optional parameters: none

Gets the Google Analytics details currently associated with a
FirebaseProject.
<br>
<br>If the `FirebaseProject` is not yet linked to Google Analytics, then
the response to `GetAnalyticsDetails` is NOT_FOUND.
sourceraw docstring

iosApps-create$clj

(iosApps-create$ auth parameters body)

https://firebase.google.comapi/reference/rest/v1beta1/projects/iosApps/create

Required parameters: parent

Optional parameters: none

Body:

{:displayName string, :bundleId string, :appStoreId string, :name string, :appId string, :projectId string}

Requests that a new IosApp be created. <br> <br>The result of this call is an Operation which can be used to track the provisioning process. The Operation is automatically deleted after completion, so there is no need to call DeleteOperation.

https://firebase.google.comapi/reference/rest/v1beta1/projects/iosApps/create

Required parameters: parent

Optional parameters: none

Body: 

{:displayName string,
 :bundleId string,
 :appStoreId string,
 :name string,
 :appId string,
 :projectId string}

Requests that a new IosApp be created.
<br>
<br>The result of this call is an `Operation` which can be used to track
the provisioning process. The `Operation` is automatically deleted after
completion, so there is no need to call `DeleteOperation`.
sourceraw docstring

iosApps-get$clj

(iosApps-get$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/iosApps/get

Required parameters: name

Optional parameters: none

Gets the IosApp identified by the specified resource name.

https://firebase.google.comapi/reference/rest/v1beta1/projects/iosApps/get

Required parameters: name

Optional parameters: none

Gets the IosApp identified by the specified resource name.
sourceraw docstring

iosApps-getConfig$clj

(iosApps-getConfig$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/iosApps/getConfig

Required parameters: name

Optional parameters: none

Gets the configuration artifact associated with the specified IosApp.

https://firebase.google.comapi/reference/rest/v1beta1/projects/iosApps/getConfig

Required parameters: name

Optional parameters: none

Gets the configuration artifact associated with the specified IosApp.
sourceraw docstring

iosApps-list$clj

(iosApps-list$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/iosApps/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists each IosApp associated with the specified parent Project. <br> <br>The elements are returned in no particular order, but will be a consistent view of the Apps when additional requests are made with a pageToken.

https://firebase.google.comapi/reference/rest/v1beta1/projects/iosApps/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists each IosApp associated with the specified parent Project.
<br>
<br>The elements are returned in no particular order, but will be a
consistent view of the Apps when additional requests are made with a
`pageToken`.
sourceraw docstring

iosApps-patch$clj

(iosApps-patch$ auth parameters body)

https://firebase.google.comapi/reference/rest/v1beta1/projects/iosApps/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:displayName string, :bundleId string, :appStoreId string, :name string, :appId string, :projectId string}

Updates the attributes of the IosApp identified by the specified resource name.

https://firebase.google.comapi/reference/rest/v1beta1/projects/iosApps/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:displayName string,
 :bundleId string,
 :appStoreId string,
 :name string,
 :appId string,
 :projectId string}

Updates the attributes of the IosApp identified by the specified
resource name.
sourceraw docstring

list$clj

(list$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/list

Required parameters: none

Optional parameters: pageToken, pageSize

Lists each FirebaseProject accessible to the caller. <br> <br>The elements are returned in no particular order, but they will be a consistent view of the Projects when additional requests are made with a pageToken. <br> <br>This method is eventually consistent with Project mutations, which means newly provisioned Projects and recent modifications to existing Projects might not be reflected in the set of Projects. The list will include only ACTIVE Projects. <br> <br>Use GetFirebaseProject for consistent reads as well as for additional Project details.

https://firebase.google.comapi/reference/rest/v1beta1/projects/list

Required parameters: none

Optional parameters: pageToken, pageSize

Lists each FirebaseProject accessible to the caller.
<br>
<br>The elements are returned in no particular order, but they will be a
consistent view of the Projects when additional requests are made with a
`pageToken`.
<br>
<br>This method is eventually consistent with Project mutations, which
means newly provisioned Projects and recent modifications to existing
Projects might not be reflected in the set of Projects. The list will
include only ACTIVE Projects.
<br>
<br>Use
GetFirebaseProject
for consistent reads as well as for additional Project details.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://firebase.google.comapi/reference/rest/v1beta1/projects/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:projectId string, :projectNumber string, :resources {:hostingSite string, :storageBucket string, :realtimeDatabaseInstance string, :locationId string}, :name string, :displayName string}

Updates the attributes of the FirebaseProject identified by the specified resource name. <br> <br>All query parameters are required.

https://firebase.google.comapi/reference/rest/v1beta1/projects/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:projectId string,
 :projectNumber string,
 :resources {:hostingSite string,
             :storageBucket string,
             :realtimeDatabaseInstance string,
             :locationId string},
 :name string,
 :displayName string}

Updates the attributes of the FirebaseProject identified by the
specified resource name.
<br>
<br>All [query parameters](#query-parameters) are required.
sourceraw docstring

removeAnalytics$clj

(removeAnalytics$ auth parameters body)

https://firebase.google.comapi/reference/rest/v1beta1/projects/removeAnalytics

Required parameters: parent

Optional parameters: none

Body:

{:analyticsPropertyId string}

Unlinks the specified FirebaseProject from its Google Analytics account. <br> <br>This call removes the association of the specified FirebaseProject with its current Google Analytics property. However, this call does not delete the Google Analytics resources, such as the Google Analytics property or any data streams. <br> <br>These resources may be re-associated later to the FirebaseProject by calling AddGoogleAnalytics and specifying the same analyticsPropertyId. For Android Apps and iOS Apps, this call re-links data streams with their corresponding apps. However, for Web Apps, this call provisions a <em>new</em> data stream for each Web App. <br> <br>To call RemoveAnalytics, a member must be an Owner for the FirebaseProject.

https://firebase.google.comapi/reference/rest/v1beta1/projects/removeAnalytics

Required parameters: parent

Optional parameters: none

Body: 

{:analyticsPropertyId string}

Unlinks the specified `FirebaseProject` from its Google Analytics account.
<br>
<br>This call removes the association of the specified `FirebaseProject`
with its current Google Analytics property. However, this call does not
delete the Google Analytics resources, such as the Google Analytics
property or any data streams.
<br>
<br>These resources may be re-associated later to the `FirebaseProject` by
calling
[`AddGoogleAnalytics`](../../v1beta1/projects/addGoogleAnalytics) and
specifying the same `analyticsPropertyId`. For Android Apps and iOS Apps,
this call re-links data streams with their corresponding apps. However,
for Web Apps, this call provisions a <em>new</em> data stream for each Web
App.
<br>
<br>To call `RemoveAnalytics`, a member must be an Owner for
the `FirebaseProject`.
sourceraw docstring

searchApps$clj

(searchApps$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/searchApps

Required parameters: parent

Optional parameters: pageToken, pageSize

A convenience method that lists all available Apps for the specified FirebaseProject. <br> <br>Typically, interaction with an App should be done using the platform-specific service, but some tool use-cases require a summary of all known Apps (such as for App selector interfaces).

https://firebase.google.comapi/reference/rest/v1beta1/projects/searchApps

Required parameters: parent

Optional parameters: pageToken, pageSize

A convenience method that lists all available Apps for the specified
FirebaseProject.
<br>
<br>Typically, interaction with an App should be done using the
platform-specific service, but some tool use-cases require a summary of all
known Apps (such as for App selector interfaces).
sourceraw docstring

webApps-create$clj

(webApps-create$ auth parameters body)

https://firebase.google.comapi/reference/rest/v1beta1/projects/webApps/create

Required parameters: parent

Optional parameters: none

Body:

{:appUrls [string], :name string, :displayName string, :appId string, :projectId string}

Requests that a new WebApp be created. <br> <br>The result of this call is an Operation which can be used to track the provisioning process. The Operation is automatically deleted after completion, so there is no need to call DeleteOperation.

https://firebase.google.comapi/reference/rest/v1beta1/projects/webApps/create

Required parameters: parent

Optional parameters: none

Body: 

{:appUrls [string],
 :name string,
 :displayName string,
 :appId string,
 :projectId string}

Requests that a new WebApp be created.
<br>
<br>The result of this call is an `Operation` which can be used to track
the provisioning process. The `Operation` is automatically deleted after
completion, so there is no need to call `DeleteOperation`.
sourceraw docstring

webApps-get$clj

(webApps-get$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/webApps/get

Required parameters: name

Optional parameters: none

Gets the WebApp identified by the specified resource name.

https://firebase.google.comapi/reference/rest/v1beta1/projects/webApps/get

Required parameters: name

Optional parameters: none

Gets the WebApp identified by the specified resource name.
sourceraw docstring

webApps-getConfig$clj

(webApps-getConfig$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/webApps/getConfig

Required parameters: name

Optional parameters: none

Gets the configuration artifact associated with the specified WebApp.

https://firebase.google.comapi/reference/rest/v1beta1/projects/webApps/getConfig

Required parameters: name

Optional parameters: none

Gets the configuration artifact associated with the specified WebApp.
sourceraw docstring

webApps-list$clj

(webApps-list$ auth parameters)

https://firebase.google.comapi/reference/rest/v1beta1/projects/webApps/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists each WebApp associated with the specified parent Project. <br> <br>The elements are returned in no particular order, but will be a consistent view of the Apps when additional requests are made with a pageToken.

https://firebase.google.comapi/reference/rest/v1beta1/projects/webApps/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists each WebApp associated with the specified parent Project.
<br>
<br>The elements are returned in no particular order, but will be a
consistent view of the Apps when additional requests are made with a
`pageToken`.
sourceraw docstring

webApps-patch$clj

(webApps-patch$ auth parameters body)

https://firebase.google.comapi/reference/rest/v1beta1/projects/webApps/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:appUrls [string], :name string, :displayName string, :appId string, :projectId string}

Updates the attributes of the WebApp identified by the specified resource name.

https://firebase.google.comapi/reference/rest/v1beta1/projects/webApps/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:appUrls [string],
 :name string,
 :displayName string,
 :appId string,
 :projectId string}

Updates the attributes of the WebApp identified by the specified
resource name.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close