(path: string)
| 64 | } |
| 65 | |
| 66 | refFromURL(path: string) { |
| 67 | return createStorageRef(this.storage.refFromURL(path), this.injector); |
| 68 | } |
| 69 | |
| 70 | upload(path: string, data: any, metadata?: UploadMetadata) { |
| 71 | const storageRef = this.storage.ref(path); |
nothing calls this directly
no test coverage detected