# Google Cloud

Momentum uses google secret manager to securely manage API keys.\
\
Since you have already created a firebase app, a linked google cloud account will automatically be created. You can use that or create a new one as per your convience.\
\
Use [these](https://cloud.google.com/python/docs/reference/secretmanager/latest) steps to setup secret manager, and setup [application default credentials](https://cloud.google.com/docs/authentication/provide-credentials-adc#how-to) for momentum to use in your local system. (Alternative documentation [here](https://googleapis.dev/python/google-api-core/latest/auth.html))\
\
Once that is done - that's all you need to do for google account setup. Only a few more steps before you can get momentum up and running.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.momentum.sh/getting-started/installation/cloud-integrations/google-cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
