Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://googleapis.deno.dev/v1/firebasedatabase:v1beta.ts";

§Classes

FirebaseDatabase

The Firebase Realtime Database API enables programmatic provisioning and management of Realtime Database instances.

GoogleAuth

§Variables

auth

§Interfaces

CredentialsClient

Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface.

DatabaseInstance

Representation of a Realtime Database instance. Details on interacting with contents of a DatabaseInstance can be found at: https://firebase.google.com/docs/database/rest/start.

DisableDatabaseInstanceRequest

The request sent to the DisableDatabaseInstance method.

ListDatabaseInstancesResponse

The response from the ListDatabaseInstances method.

ProjectsLocationsInstancesCreateOptions

Additional options for FirebaseDatabase#projectsLocationsInstancesCreate.

ProjectsLocationsInstancesListOptions

Additional options for FirebaseDatabase#projectsLocationsInstancesList.

ReenableDatabaseInstanceRequest

The request sent to the ReenableDatabaseInstance method.

UndeleteDatabaseInstanceRequest

The request sent to UndeleteDatabaseInstance method.