Closed
Description
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