Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cloud_functions] feature request for stream support #17076

Open
victoire-hergan opened this issue Feb 11, 2025 · 2 comments · May be fixed by #17214
Open

[cloud_functions] feature request for stream support #17076

victoire-hergan opened this issue Feb 11, 2025 · 2 comments · May be fixed by #17214
Labels
Needs Attention This issue needs maintainer attention. plugin: functions type: enhancement New feature or request

Comments

@victoire-hergan
Copy link

Hi,

I’m trying to stream data from a Firebase function (a genkit flow)

I’m attempting to convert from JavaScript to Dart (https://github.com/firebase/genkit/blob/main/js/genkit/src/client/client.ts), but it only works when the entire text has arrived.

Will you be adding streaming support?

My code; https://gist.github.com/victoire-hergan/04110c88bfbf7c41dc5ec12a9a436969

Thx

@victoire-hergan victoire-hergan added Needs Attention This issue needs maintainer attention. type: enhancement New feature or request labels Feb 11, 2025
@victoire-hergan victoire-hergan changed the title [firebase_functions] Stream response from a deployed flow [cloud_functions] Stream response from a deployed flow Feb 11, 2025
@SelaseKay SelaseKay added plugin: functions blocked: customer-response Waiting for customer response, e.g. more information was requested. and removed plugin: functions Needs Attention This issue needs maintainer attention. labels Feb 12, 2025
@russellwheatley russellwheatley changed the title [cloud_functions] Stream response from a deployed flow [cloud_functions] feature request for steam support Feb 12, 2025
@SelaseKay SelaseKay added Needs Attention This issue needs maintainer attention. and removed blocked: customer-response Waiting for customer response, e.g. more information was requested. labels Feb 12, 2025
@SelaseKay
Copy link
Contributor

Hi @victoire-hergan, currently, streaming is only supported on the web and not on native platforms (Android and iOS). I'll keep this issue open to track this feature request for FlutterFire.

Reference: Invertase/react-native-firebase#8210 (comment)

@victoire-hergan victoire-hergan changed the title [cloud_functions] feature request for steam support [cloud_functions] feature request for stream support Mar 18, 2025
@victoire-hergan
Copy link
Author

Hiii @SelaseKay

Support for streamable cloud functions is done in firebase-ios-sdk 11.10.0 #14395

and firebase-android-sdk #6602

🥳

@SelaseKay SelaseKay linked a pull request Apr 3, 2025 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Attention This issue needs maintainer attention. plugin: functions type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants