FirebaseFunctionsWeb class

Web implementation of FirebaseFunctionsPlatform.

Inheritance
  • Object
  • PlatformInterface
  • FirebaseFunctionsWeb

Constructors

FirebaseFunctionsWeb({FirebaseApp? app, required String region})
The entry point for the FirebaseFunctionsWeb class.

Properties

app → FirebaseApp?
The FirebaseApp this instance was initialized with
finalinherited
hashCode int
The hash code for this object.
no setterinherited
region String
The region for the HTTPS trigger, such as "us-central1".
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delegateFor({FirebaseApp? app, required String region}) → FirebaseFunctionsPlatform
Enables delegates to create new instances of themselves if a none default FirebaseApp instance or region is required by the user.
httpsCallable(String? origin, String name, HttpsCallableOptions options) → HttpsCallablePlatform
Creates a HttpsCallablePlatform instance
httpsCallableWithUri(String? origin, Uri uri, HttpsCallableOptions options) → HttpsCallablePlatform
Creates a HttpsCallablePlatform instance from a Uri
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FirebaseFunctionsWeb
Returns an instance of FirebaseFunctionsWeb.
no setter

Static Methods

registerWith(Registrar registrar) → void
Create the default instance of the FirebaseFunctionsPlatform as a FirebaseFunctionsWeb