Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

158
Views
Does custom metadata gets stored in the file?

If I upload a file to firebase storage with a custom data

const someCustomMetadata = { customMetadata: {'x': 'xxx',} };
updateMetadata(someRef, someCustomMetadata)

and then some user downloads this file by calling a firebase function which returns

const [url] = await bucket.file("myFile").getSignedUrl(urlOptions)

will that user be able to extract someCustomMetadata from the file?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

When a user download a file via a signed URL he/she cannot extract the metadata attached to the file.

For that you would need to call the getMetadata() method.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!