Skip to content
Advertisement

Tag: google-cloud-storage

When accessing files in Firebase Cloud Storage from a client, is it more cost effective to fetch a file using a downloadURL vs getBlob?

In my web application which uses Firebase v9: Specific to downloading files from a firebase cloud storage bucket client side, I am concerned about cost and quotas. Which method is the most cost effective? use getBlob() to download a file. use getDownloadURL() to obtain a download url, store it in the DB and subsequently fetch the file. Looking at the

Firestorage has different behavior when hardcode

I don’t know what happened with my code. But everytime i used this code is working But when i switched to urlPathThumbs it will become error 404. Error said like so Firebase Storage: Object ‘courses/m9APF8TEUnfS6IQew591sl4kphH2/thumbs/Rectangle 68 (1)_200x200.png’ does not exist. (storage/object-not-found) however they both are same pattern. This is how variable urlPathThumbs created in previous snippet code this file is

Advertisement