Skip to content

feat: support Firestore paths and resizable Tree View columns - #14

Open
ChornyiDev wants to merge 5 commits into
Flowdesktech:masterfrom
ChornyiDev:codex/manual-simple-query-path
Open

feat: support Firestore paths and resizable Tree View columns#14
ChornyiDev wants to merge 5 commits into
Flowdesktech:masterfrom
ChornyiDev:codex/manual-simple-query-path

Conversation

@ChornyiDev

@ChornyiDev ChornyiDev commented Aug 29, 2026

Copy link
Copy Markdown

Overview

This PR improves Firestore navigation in Simple Query mode, updates Firebase Admin SDK compatibility, and makes resizable collection views more robust.

What changed

Manual collection and document path navigation

The collection path in Simple Query mode is now editable. Users can enter a top-level collection, a nested subcollection path, or a document path directly.

Examples:

  • users opens a top-level collection
  • users/user-id/posts opens a nested collection
  • users/user-id opens the existing Table or Tree View with only that document

Pressing Enter opens the requested path in a new tab. The existing Run button remains the only explicit run control.

Resizable Tree View columns

Tree View now has visible, draggable separators between the Key, Value, and Type columns. The resize handles use the same dimensions, cursor, and hover treatment as Table View.

Long keys and values are constrained to their columns and truncated with an ellipsis. The full content remains available through the native hover tooltip. The truncation behavior is shared between Table View and Tree View to avoid duplicate styling.

Firebase Admin SDK v14 compatibility

The Firebase connection controller now supports the modular API in firebase-admin v14 while preserving the internal API used by Firestore, Authentication, Storage, and JavaScript Query controllers.

This fixes connection errors such as:

  • adminSdk.apps is not iterable
  • Cannot read properties of undefined (reading cert)

Formatting consistency

Four pre-existing files that failed the repository-wide Prettier check were formatted without logic changes so the required CI check passes.

Validation

Following the README and CI workflow:

  • tsc -p tsconfig.json --noEmit
  • eslint "src/**/*.{ts,tsx,js,jsx}" --report-unused-disable-directives --max-warnings 0
  • prettier --check .
  • vitest run — 87 tests passed
  • vite build
  • git diff --check

Local .env files and credentials are excluded from Git and no literal secrets were detected in the PR diff.

@ChornyiDev ChornyiDev closed this Aug 29, 2026
@ChornyiDev ChornyiDev reopened this Aug 29, 2026
@ChornyiDev ChornyiDev changed the title feat: open collection paths from simple query feat: support Firestore paths and resizable Tree View columns Aug 29, 2026
@flowdeskadmin

Copy link
Copy Markdown
Member

Thank you for your PR. Added you as maintainer for this project.
Accept it and connect with me on telegram (@zentrend108) if you wish.

@flowdeskadmin flowdeskadmin left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants