[cloud_functions] feature request for stream support #17076
Labels
Needs Attention
This issue needs maintainer attention.
plugin: functions
type: enhancement
New feature or request
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
The text was updated successfully, but these errors were encountered: