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

AndroidAppConfig

import type { AndroidAppConfig } from "https://googleapis.deno.dev/v1/firebase:v1beta1.ts";

Configuration metadata of a single Firebase App for Android.

interface AndroidAppConfig {
configFileContents?: Uint8Array;
configFilename?: string;
}

§Properties

§
configFileContents?: Uint8Array
[src]

The contents of the JSON configuration file.

§
configFilename?: string
[src]

The filename that the configuration artifact for the AndroidApp is typically saved as. For example: google-services.json