Skip to content

feat(fdc): Happy Path Implementation - #18151

Merged
aashishpatil-g merged 6 commits into
ap/pastafrom
ap/flour
Mar 27, 2026
Merged

feat(fdc): Happy Path Implementation#18151
aashishpatil-g merged 6 commits into
ap/pastafrom
ap/flour

Conversation

@aashishpatil-g

Copy link
Copy Markdown
Contributor

Inital implementation of happy path.

@gemini-code-assist

Copy link
Copy Markdown
Contributor
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 馃憤 and 馃憥 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

@aashishpatil-g aashishpatil-g changed the title Initial Commit Happy Path Implementation Mar 27, 2026

@dconeybe dconeybe 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.

LGTM with some comments.

Comment thread packages/firebase_data_connect/firebase_data_connect/example/test_stream.dart Outdated
Comment thread packages/firebase_data_connect/firebase_data_connect/lib/src/core/ref.dart Outdated
@aashishpatil-g aashishpatil-g changed the title Happy Path Implementation feat(fdc): Happy Path Implementation Mar 27, 2026
@aashishpatil-g

Copy link
Copy Markdown
Contributor Author

Failing tasks are not related to Data Connect package

@aashishpatil-g
aashishpatil-g merged commit 352baea into ap/pasta Mar 27, 2026
25 of 28 checks passed
@aashishpatil-g
aashishpatil-g deleted the ap/flour branch March 27, 2026 22:17
aashishpatil-g added a commit that referenced this pull request Mar 30, 2026
* Initial Commit

* Fix formatting and analyzer warnings

* Fix tests and licenses

* Denver feedback: var initialization best practice

* sorted keys for id generation

* Fix analyze info messages
aashishpatil-g added a commit that referenced this pull request Apr 2, 2026
* Initial Commit

* Fix formatting and analyzer warnings

* Fix tests and licenses

* Denver feedback: var initialization best practice

* sorted keys for id generation

* Fix analyze info messages
aashishpatil-g added a commit that referenced this pull request Apr 3, 2026
* Initial Commit

* Fix formatting and analyzer warnings

* Fix tests and licenses

* Denver feedback: var initialization best practice

* sorted keys for id generation

* Fix analyze info messages
aashishpatil-g added a commit that referenced this pull request Apr 10, 2026
* Initial Commit

* Fix formatting and analyzer warnings

* Fix tests and licenses

* Denver feedback: var initialization best practice

* sorted keys for id generation

* Fix analyze info messages
Lyokone pushed a commit that referenced this pull request Apr 13, 2026
* feat(fdc): Happy Path Implementation (#18151)

* Initial Commit

* Fix formatting and analyzer warnings

* Fix tests and licenses

* Denver feedback: var initialization best practice

* sorted keys for id generation

* Fix analyze info messages

* feat(fdc): Handle disconnects and reconnects (#18157)

* Handle disconnects and reconnects

* Address gemini review comments

* Reconnection logic

* Fixes to reconnect on startup

* Fix to decode binary data from server

* Handle gemini feedback

* Update rest_transport mocks with new windows provider sig

* feat(fdc): Hardening  (#18173)

* debug logging and hardering

* Hardening: ensure only one multicast stream controller is created in a ref

* Handle cancellations

* Formatting fix

* Cynthia feedback (final, ...)

* Gemini feedback: checkTransport single instancing.

* Gemini feedback: cancel and nullify authSubscription in disconnect

* Reverting authSubscription nullifying

This affects reconnects. Taking tech debt instead.

* Handle low priority gemini feedback

* Gemini feedback: optimized operation id creation

initialized as a lazy var that is used everywhere instead of computing always

* Remove _queryId and use the computed operationId

* Cynthia feedback on sending empty message to server

* Remove grpc transport since its no longer used.

* Update tests to incorporate operationId

* Remove authToken appCheckToken fields.

* Remove metadata file
@firebase firebase locked and limited conversation to collaborators Jul 3, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants