FirebaseFunctionsHttps extension type
The Firebase Functions HTTPS namespace
- on
- Implemented types
- Available extensions
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onCall(
JSObject optsOrHandler, [JSFunction handler]) → JSFunction - Declares a callable method for clients to call using a Firebase SDK. @param opts - Options to set on this function. @param handler - A function that takes a {@link https.CallableRequest}. @returns A function that you can export and deploy.
-
onRequest(
JSObject optsOrHandler, [JSFunction handler]) → JSFunction - Handles HTTPS requests. @param opts - Options to set on this function @param handler - A function that takes a {@link https.Request} and response object, same signature as an Express app. @returns A function that you can export and deploy.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited