-
Greetings! However, I moved my upload functionality into an Angular service, and am confused as to how the getDownloadUrl() works once in the service. Let me drop some code to illustrate my confusion: Component.ts
How is this supposed to work exactly? I used the example code from the docs within the component and it worked, but moving the upload functionality into the service resulted in being unable to get the download url back from the subscription to the downloadUrl$:Observable. Any guidance would be GREATLY appreciated!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So I ended up making a few changes that seem to work nicely:
|
Beta Was this translation helpful? Give feedback.
So I ended up making a few changes that seem to work nicely: