Introduction
Get up and running with Function Store marketplace platform in a few steps.
Last updated
Was this helpful?
Get up and running with Function Store marketplace platform in a few steps.
Last updated
Was this helpful?
Once in the app, you have to add that project to the Project list by assigning the following roles to a service account:
Cloud Function Admin
Firebase Authentication Admin
Secret Manager Admin
Service Account User
Service Usage Admin
These roles contain a set of permissions that allows you to perform specific actions on GCP resources. To know more about permissions, go to:
Enable APIs
Your project must also have these APIs enabled in GCP: the Cloud Functions API, the Cloud Build API, and the Secret Manager API. The first one manages lightweight user-provided functions executed in response to events, and the second one stores sensitive data such as API keys, passwords, and certificates.
To know more about APIs and how to enable them, go to:
Let's install a function!
Function Store is built with JavaScript and is a Serverless Cloud Functions marketplace. You can deploy these functions in your Firebase and Google Cloud Platform (GCP) projects without your codebase getting mired in complexity. If at any point you are looking for answers that you can't find here, try looking at and documentation.
Before you can start using Function Store, make sure that you have an active . If you don't have one yet, please create it . Then you need to create a Firebase or GCP project and log in to Function Store.
You must link your project to a on GCP. This is a GCP requirement and is used to define who pays for a given set of Google Cloud resources and Google Maps Platform APIs. To know more about permissions, go to: