Category "firebase-storage"

Setting image source to Firebase Storage URL with React Native

So I am trying to set a image source to the download url that I get back from Firebase Storage...the issue is that it is not showing the image but the console a

Getting 403 Forbidden error when trying to load image from Firebase Storage

I'm using firebase storage to store and load images for users on my android app. All users must be authenticated before using it. Occasionally, some user profil

Expo file system Firebase Storage can't retrieve file (403 error)

I am trying to retrieve a file from Firebase Storage with the URL from getDownloadURL, using the Expo FileSystem. However, I keep getting a 403 response. My rul

How to insert firebase storage images inside firestore field

I have a problem in my flutter app , and the problem is in the storage of firebase . I have a collection with field called avatar(String). It's value comes from

Upload image to Firebase 9 storage with React?

I'm trying to make a simple input button that users can click to upload image (.png) files to Firebase-Storage (v.9) with React (for non-authenticated users). H

Custom domain name with SSL on Firebase Storage

I was able to get a custom domain name mapped to my Firebase Storage bucket by simply naming the bucket the same name as my domain name and then pointing the CN

Picture quality still reducing too much even after configuring resize images extension on firebase

I have an image upload function on my application that is using firebase as a backend. I've enabled the Resize Images extension, but the quality was too low on

Picture quality still reducing too much even after configuring resize images extension on firebase

I have an image upload function on my application that is using firebase as a backend. I've enabled the Resize Images extension, but the quality was too low on

flutter onClick delete image from firebase storage and firestore

I need on click delete image from firebase storage and firestore I've written this code that does the delete from firestore only. onLongPress: ()async{ await

Firebase Security Rules Storage from specific web url

I want to set the security rules of the storage to be that only data that send from my web (specific web url) can be stored. Otherwise no one can write and read

Upload image picked from Flutter web to firebase storage and to Firestore

I was able to picked up image from flutter web with the code: Uint8List uploadedImage; _startFilePicker() async { InputElement uploadInput = FileUploadI

Firebase functions: cloud storage triggers not working because of insufficient permissions

I have a cloud function that is triggered by updates to storage. when I deploy any function that utilises cloud storage, I get an error code 7 and an insufficie

Store files with unique/random names

With the new Firebase API you can upload files into cloud storage from client code. The examples assume the file name is known or static during upload: // Creat

Firebase Storage await uploadTask.onComplete outdated

Im using this code. The error message is the following: error: The getter 'onComplete' isn't defined for the type 'UploadTask'. (undefined_getter at [chatneu] l

How can i upload multiple images to firebase in flutter and get all their download urls

Here is my upload function. My desired output is a list of all urls, but it returns an empty list. I have tried different suggested solutions, but all of them h

StorageException: An unknown error occurred, please check the HTTP result code and inner exception for server response

I use Firebase Storage to upfile. But it does not work THIS IS MY CODE. FirebaseStorage storage = FirebaseStorage.getInstance(); StorageReference storageRef = s