Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
firebase
Function · 0.90
auth
Method · 0.80
storage
Method · 0.65
Tested by
no test coverage detected