How to upload a PDF to Firebase Storage with the naming convention of the PDF

Hello - I'm trying to create functionality that allows for the upload of a PDF document to Firebase storage.

I also need to be able to download the documents from Firebase later. The problem is that the file downloads with a bunch of numbers for the name.

My question is, how can I use the naming convention of the uploaded document into firebase? This way if someone uploads a PDF named "lease.pdf", when they download it, it says "lease.pdf", instead of "12314234.pdf"

Thank you!

3
10 replies