Skip to content

docs(firestore): document Firestore query and populateCell transforms - #1383

Merged
russellwheatley merged 2 commits into
mainfrom
docs/firestore-transform-ordering
Aug 3, 2026
Merged

docs(firestore): document Firestore query and populateCell transforms#1383
russellwheatley merged 2 commits into
mainfrom
docs/firestore-transform-ordering

Conversation

@russellwheatley

@russellwheatley russellwheatley commented Aug 3, 2026

Copy link
Copy Markdown
Member

Summary

Clarify that Firestore UI has no client-side map/filter/sort, and show
query-side ordering plus limit(toLast:) for chat-style feeds.

Fixes #491

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the FirebaseFirestoreUI/README.md documentation to add a section on transforming and ordering data, advising developers to use query-side filtering and ordering rather than client-side transforms. The review feedback suggests improving consistency by using "Firebase Database UI" instead of "Realtime Database UI" and adding technical details about the O(N^2) complexity of the diffing algorithm in FUIBatchedArray to better justify keeping queries bounded.

Comment thread FirebaseFirestoreUI/README.md Outdated
Comment thread FirebaseFirestoreUI/README.md Outdated
@russellwheatley russellwheatley changed the title docs: document Firestore query and populateCell transforms docs(firestore): document Firestore query and populateCell transforms Aug 3, 2026
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@russellwheatley
russellwheatley marked this pull request as ready for review August 3, 2026 09:59
@russellwheatley
russellwheatley merged commit 46d18fa into main Aug 3, 2026
20 checks passed
@russellwheatley
russellwheatley deleted the docs/firestore-transform-ordering branch August 3, 2026 15:18
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.

Add documentation how to transform firestore table datasource content before data is handed to the table

2 participants