Firebase

Connectors / Firebase

Your Firebase data layer, in context.

Bring Remote Config, Firestore, Realtime Database, Storage, Auth and Analytics signals into the graph. Read-only, and your data stays in your boundary (BYODB).

A token you paste

Before you start

Install Oynix and open the connectors page. You do this once. Everything below then happens right in the page, with no commands to run.

Log in

This source connects one way.

A token you paste

Paste a credential.

  1. 1Create the credential: in the Firebase console → Project Settings → Service accounts → Generate new private key (it downloads the JSON).
  2. 2Open Firebase in the connectors page and choose the token path.
  3. 3Enter the service-account JSON and an optional GA4 property id, then click Connect. Oynix checks it right then and saves nothing if it fails.

After login

Once connected, this all happens in the page. No commands.

  1. 1The picker opens. Choose which Firebase projects to sync (it lists only the ones your credential can read).
  2. 2Hit Sync to pull just those into the graph.
  3. 3Deselect one later and Oynix purges only that project's data.

The service account's IAM roles gate each plane (Firebase Admin covers all). A missing role syncs the rest and warns honestly.

What it syncs

Config and flags

Remote Config flags and Realtime Database top-level nodes.

Firestore

Collection cards: fields and sample ids, never bulk-copied.

Auth and Analytics

An auth-users overview, Storage buckets and GA4 events.

Crashlytics is a separate connector. Firestore is billed per read, so Oynix samples rather than copying everything, and Realtime Database reads are shallow (keys, not values).