Extensions class

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.

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:

Runtime

A new Runtime object.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022-11-17 UTC.