The Firebase Extensions service interface.
Signature:
export declare class Extensions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| app | App |
Methods
| Method | Modifiers | Description |
|---|---|---|
| runtime() | The runtime() method returns a new Runtime, which provides methods to modify an extension instance's runtime data. |
Extensions.app
Signature:
readonly app: App;
Extensions.runtime()
The runtime() method returns a new Runtime, which provides methods to modify an extension instance's runtime data.
This method will throw an error if called outside an Extensions environment.
Signature:
runtime(): Runtime;
Returns:
A new Runtime object.