Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.firebase.availableProjects

Firebase Management API: availableProjects. 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/availableProjects

Firebase Management API: availableProjects.
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/availableProjects
raw docstring

list$clj

(list$ auth parameters)

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

Required parameters: none

Optional parameters: pageSize, pageToken

Lists each [Google Cloud Platform (GCP) Project] (https://cloud.google.com/resource-manager/reference/rest/v1/projects) that can have Firebase resources added to it. A Project will only be listed if: - The caller has sufficient Google IAM permissions to call AddFirebase. - The Project is not already a FirebaseProject. - The Project is not in an Organization which has policies that prevent Firebase resources from being added.

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

Required parameters: none

Optional parameters: pageSize, pageToken

Lists each [Google Cloud Platform (GCP) `Project`] (https://cloud.google.com/resource-manager/reference/rest/v1/projects) that can have Firebase resources added to it. A Project will only be listed if: - The caller has sufficient [Google IAM](https://cloud.google.com/iam) permissions to call AddFirebase. - The Project is not already a FirebaseProject. - The Project is not in an Organization which has policies that prevent Firebase resources from being added. 
sourceraw docstring

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

× close