The plugin allows to get the download URL of a file.
But if we protected a file with a rule, it may be useful to have another way and avoid generating a public link.
In the firebase web sdk, we have the getBlob method to directly get the file as Blob.
On Android & iOS, the app can crash if we download the file in memory (see https://capawesome.io/blog/the-file-handling-guide-for-capacitor/).
For these native platforms, we can use the "download to local file" functionality.
So we can add a "getBlob()" method (only on web) and a "downloadFile()" method (only Android & iOS).
No response
Firebase doc:
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too