cloud_functions_platform_interface 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.
- FirebaseFunctionsPlatform
-
The interface that implementations of
cloud_functions
must extend. - HttpsCallableOptions
- Interface representing an HttpsCallable instance's options,
- HttpsCallablePlatform
-
Interface for
HttpsCallable
implementations. - 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.