Firebase Storage getDownloadUrl's token validity

后端 未结 1 750
[愿得一人]
[愿得一人] 2020-12-10 11:51

I have a question regarding the \"token\" in the url(&token=) when using getDownloadUrl of FirebaseStorage.

https://firebasestorage.googleapis.com/v0/b/someappli

相关标签:
1条回答
  • 2020-12-10 12:20

    Firebase Storage tokens do not expire.

    They may be revoked from the Firebase Console, which would invalidate URLs based on them.

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