Blue Flame icon Blue Flame VS Code Extension

Privacy Policy

Blue Flame is a VS Code extension that allows you to browse and manage Google Cloud Firestore databases. This document describes how the extension handles your data.

Data Collection

Blue Flame does not collect, transmit, or store any personal data on external servers controlled by the extension author. The extension operates entirely within your local VS Code environment and communicates directly with your own Firebase or Google Cloud projects.

Data Storage

The extension stores the following information locally on your machine using VS Code built-in globalState storage:

This data is stored in VS Code extension storage directory and is not transmitted externally.

External Communications

The extension communicates only with:

All communications with Firebase and Google Cloud use your own credentials (Application Default Credentials or your service account) and are subject to Google Privacy Policy and Terms of Service.

Credentials

The extension supports two authentication methods:

  1. Application Default Credentials (ADC): uses credentials configured via gcloud auth application-default login. These credentials are managed by the Google Cloud SDK on your machine.
  2. Service Account JSON: uses a service account key file you provide. The extension reads this file at runtime but does not copy, cache, or transmit the file contents except to Google authentication services.

You are responsible for protecting your credentials. Do not share service account files.

Telemetry

Blue Flame does not implement any custom telemetry or analytics. The extension does not track usage, collect error reports, or phone home.

VS Code itself may collect telemetry based on your settings. See the VS Code Privacy Statement for details.

Data You Access

When using the extension, you interact with data stored in your own Firebase projects. The extension provides a user interface for reading, creating, updating, and deleting:

This data is stored in and retrieved from your Firebase project, subject to your Firebase project security rules and Google Cloud data handling policies.

Your Control

Third-Party Services

The extension depends on:

Changes to This Policy

Any changes to this privacy policy are documented in the repository commit history and noted in the changelog.

Contact

If you have questions about this privacy policy, open an issue at github.com/timheuer/blue-flame/issues .

Last updated: February 2026