MCPcopy Create free account
hub / github.com/NativeScript/firebase / app

Method app

packages/firebase-core/index.d.ts:79–79  ·  view source on GitHub ↗
(name?: string)

Source from the content-addressed store, hash-verified

77
78export interface Firebase {
79 app(name?: string): FirebaseApp;
80
81 initializeApp(options?: FirebaseOptions, configOrName?: FirebaseConfig | string): Promise<FirebaseApp>;
82

Callers

nothing calls this directly

Implementers 1

Firebasepackages/firebase-core/index.android.t

Calls

no outgoing calls

Tested by

no test coverage detected