You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your report related to a problem? Please describe.
Not clear how to consume the stream content in the front end application (Angular + Angular Material)
Is your report related to a suggestion/improvement? Please describe.
My app is built completely in the Google ecosystem using Firebase on the backend en Angular with AM on the front end. I would like to send the flows to Firebase functions and be able to also receive chunks on the front end. However, it is not clear how to do that. Currently I am writing updates to the Firebase Firestore database and keep a subscription to changes on the front end. This works fine, but only if I don't update on too many chunks. However this leads to additional reads and writes that seem unnecessary. Ideally I would like to receive chunks from the flow and then only save the final result.
Additional context
Add any other context or screenshots about the request here.
The text was updated successfully, but these errors were encountered:
Is your report related to a problem? Please describe.
Not clear how to consume the stream content in the front end application (Angular + Angular Material)
Is your report related to a suggestion/improvement? Please describe.
My app is built completely in the Google ecosystem using Firebase on the backend en Angular with AM on the front end. I would like to send the flows to Firebase functions and be able to also receive chunks on the front end. However, it is not clear how to do that. Currently I am writing updates to the Firebase Firestore database and keep a subscription to changes on the front end. This works fine, but only if I don't update on too many chunks. However this leads to additional reads and writes that seem unnecessary. Ideally I would like to receive chunks from the flow and then only save the final result.
Additional context
Add any other context or screenshots about the request here.
The text was updated successfully, but these errors were encountered: