gpt4 book ai didi

firebase-realtime-database - firebase 存储 url 是否随时间或位置而变化

转载 作者:行者123 更新时间:2023-12-01 13:42:55 26 4
gpt4 key购买 nike

我想知道是否可以将我从存储中获取的 url 保存到我的数据库中,并在每次我需要图像时检索链接?现在,每次我需要获取图像时我都会调用以下函数并且速度很慢。我只是担心链接可能会根据用户所在的位置和时间而改变?

           storage.ref(thisEvent.eventImgInReference).getDownloadURL().then(function (url) {                         
//here I just add the image url
thisEvent.eventImgLink=url;
//
$scope.$apply();
}).catch(function (error) {
});

最佳答案

只有当您在 Firebase 控制台中撤销下载 token 时,下载 URL 才会更改,因此将它们存储在数据库中完全没问题。

关于firebase-realtime-database - firebase 存储 url 是否随时间或位置而变化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38404273/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com