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

Method constructor

apps/demo/src/plugin-demos/firebase-storage.ts:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 textToUpload = '';
15 textToUploadFileName = '';
16 constructor() {
17 super();
18 this.auth = firebase().auth();
19 this.storage = firebase().storage();
20 }
21
22 uploadText() {
23 if (!this.textToUpload?.trim?.().length) {

Callers

nothing calls this directly

Calls 3

firebaseFunction · 0.90
authMethod · 0.80
storageMethod · 0.65

Tested by

no test coverage detected