# Firebase

- [Create account in firebase](https://docs.apphive.io/global-functions-1/settings/data/create-account-in-firebase.md)
- [Switch to plan blaze](https://docs.apphive.io/global-functions-1/settings/data/switch-to-plan-blaze.md)
- [Get realtime database url](https://docs.apphive.io/global-functions-1/settings/data/get-realtime-database-url.md): In this step-by-step guide, we will show you how to activate your database in Firebase and how to obtain the URL address that the editor requests when compiling.
- [Get realtime storage url](https://docs.apphive.io/global-functions-1/settings/data/get-realtime-storage-url.md)
- [Get services accounts.](https://docs.apphive.io/global-functions-1/settings/data/get-services-accounts..md)
- [Enable functions](https://docs.apphive.io/global-functions-1/settings/data/enable-functions.md)
- [Enable authentications](https://docs.apphive.io/global-functions-1/settings/data/enable-authentications.md)


---

# 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.apphive.io/global-functions-1/settings/data.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.
