cloud_functions library
Classes
- Abort
- Creates an AbortSignal that is immediately aborted with an optional reason.
- AbortSignal
- Represents a base class for encapsulating abort signals.
- Any
- Creates an AbortSignal that is aborted when any of the provided signals is aborted.
-
Chunk<
T> - A chunk received during the stream.
- FirebaseFunctions
- The entry point for accessing FirebaseFunctions.
- HttpsCallable
- A reference to a particular Callable HTTPS trigger in Cloud Functions.
- HttpsCallableOptions
- Interface representing an HttpsCallable instance's options,
-
HttpsCallableResult<
T> - The result of calling a HttpsCallable function.
-
Result<
R> - The final result of the computation, marking the end of the stream.
- StreamResponse
- Represents a response from a Server-Sent Event (SSE) stream.
- TimeLimit
- Creates an AbortSignal that will automatically abort after a specified time.
Exceptions / Errors
- FirebaseFunctionsException
- Generic exception related to Cloud Functions. Check the error code and message for more details.