What is the purpose behind getDownloadURL of Firebase Storage

前端 未结 1 1927
南笙
南笙 2021-01-20 15:26

Per these docs, I understand once we have the firebase path in storage, we can get the download url by calling getDownloadUrl() on this path\'s ref

相关标签:
1条回答
  • 2021-01-20 16:11

    The download URL is meant to be persisted. It's a waste of time for clients to call it every time. This is illustrated consistently in Firebase sample code.

    0 讨论(0)
提交回复
热议问题