Firebase.Functions.StreamResponse

Represents a response from a Server-Sent Event (SSE) streaming callable function.

Summary

Inheritance

Direct Known Subclasses:Firebase.Functions.StreamResponse.Message, Firebase.Functions.StreamResponse.Result

Classes

Firebase.Functions.StreamResponse.Message

An intermediate event message yielded during the stream.

Firebase.Functions.StreamResponse.Result

The final result of the function, marking the end of the stream.