Firebase Storage getDownloadUrl's token validity

后端 未结 1 752
[愿得一人]
[愿得一人] 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)
提交回复
热议问题