# Getting Started

This plugin was created by [Estare](https://estare.com.br/en), a no-code software development company. We help you materialize you business idea!

Our plugin aims to give you more freedom and flexibility in regards of which database to use in your Bubble projects, as well as help you saving workload unit consumption.

We allow you to connect to the authentication, firestore (database) and cloud storage features from the Google Firebase services.

## Setup your plugin

1. [Create a Firebase Project](/firebase-auth-firestore-and-storage-plugin/setup/create-a-firebase-project.md)
2. [Get Firebase access credentials](/firebase-auth-firestore-and-storage-plugin/setup/get-firebase-access-credentials.md)
3. [Security Rules on Firebase](/firebase-auth-firestore-and-storage-plugin/setup/secure-your-credentials-and-data/security-rules-on-firebase.md)

## Plugin Elements

1. [Firebase Auth (Current User)](/firebase-auth-firestore-and-storage-plugin/plugin-elements/firebase-auth-current-user.md)
2. [Firestore Data List](/firebase-auth-firestore-and-storage-plugin/plugin-elements/firestore-data-list.md)
3. [Firestore Data Extractor](/firebase-auth-firestore-and-storage-plugin/plugin-elements/firestore-data-extractor.md)
4. [Firestore Data Aggregation](/firebase-auth-firestore-and-storage-plugin/plugin-elements/firestore-data-aggregation.md)
5. [Firestore Data Processor](/firebase-auth-firestore-and-storage-plugin/plugin-elements/firestore-data-processor.md)
6. [Firebase Storage Upload Button](/firebase-auth-firestore-and-storage-plugin/plugin-elements/firebase-storage-upload-button.md)
7. [Firebase Dropdown Processor](/firebase-auth-firestore-and-storage-plugin/plugin-elements/firebase-dropdown-processor.md)

## Plugin Front-End Actions

1. [Firestore](/firebase-auth-firestore-and-storage-plugin/plugin-front-end-actions/firestore.md)
2. [Firebase Auth](/firebase-auth-firestore-and-storage-plugin/plugin-front-end-actions/firebase-auth.md)
3. [Firebase Storage](/firebase-auth-firestore-and-storage-plugin/plugin-front-end-actions/firebase-storage.md)

## Plugin Back-End Actions

1. [About backend actions](/firebase-auth-firestore-and-storage-plugin/plugin-back-end-actions/about-backend-actions.md)
2. [Firestore Backend](/firebase-auth-firestore-and-storage-plugin/plugin-back-end-actions/firestore-backend.md)
3. [Firebase Auth Backend](/firebase-auth-firestore-and-storage-plugin/plugin-back-end-actions/firebase-auth-backend.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://estare.gitbook.io/firebase-auth-firestore-and-storage-plugin/getting-started.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.
