Skip to content

[firebase_data_connect]: v0.3.0 Unnecessary logging of all stream data #18195

@jmietzITZ

Description

@jmietzITZ

Is there an existing issue for this?

  • I have searched the existing issues.

Which plugins are affected?

data_connect

Which platforms are affected?

Android

Description

Since version 0.3.0, every packet received or transmitted is emitted to the log.
This is rather unnecessary and fills up the log quite a lot.
I guess this is a leftover from developing the feature :)

Reproducing the issue

Stream some data over data-connect in non-production builds, see the log.

Firebase Core version

4.7.0

Flutter Version

3.41.6

Relevant Log Output

[log] Sending stream message <snip>
[log] QueryRef <snip> _streamFromServer loop _streamController is null
[log] WebSocket connection closed.
[log] 2026-04-15 11:17:<snip> _scheduleReconnect 0 false false
[log] 2026-04-15 11:17:<snip> scheduling _performReconnect in 1000 ms
[log] Sending stream message <snip>
[log] Received stream response <three football field long snip>
....

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions