firebase-storage Questions
2
Solved
I have a firebase storage path that looks like this.
firebase.storage().ref('temp/test')
the "test" folder has about 25-50 files. I know there is not a way to delete the whole directory i...
Aryn asked 16/8, 2020 at 7:24
5
Solved
I am trying to upload a pdf-file to Firebase-Storage using this function:
static Future<String> savePdf({
required Uint8List assetAsUint8List,
required String fileName,
required DocumentT...
Opposition asked 18/1, 2022 at 22:30
2
Solved
Do you guys know how to upload PDF Files directly to a Firebase Project Storage?
I searched a lot on the Internet but I found nothing.
Are there some librarys for C#? Or is there any Documentati...
Foist asked 1/12, 2016 at 14:10
6
i was trying to make upload features, so users can upload file into firebase account
in the past, it run well, but yesterday, it wont show the files
there is the code
uploadImage() async {
final s...
Charlotte asked 16/12, 2022 at 15:43
9
I want to build app using flutter, but I have problem, I have tried to get images from firebase storage, but when I run the app there are no images appeared.
this is the code.
import 'package:cloud...
Discretionary asked 24/6, 2023 at 19:11
1
I am trying to download the file onclick from the following URL:
https://firebasestorage.googleapis.com/v1/b/brand-250.appspot.com/o/downloadLinks%2FIMG_4584.jpeg?alt=media&token=98634702-5f21-...
Misgiving asked 30/11, 2020 at 21:5
2
Solved
I have been using Google Firebase's Realtime Database, but want to be able to store more complex user-generated data like images, videos etc. As per the Firebase docs, they provide two other servic...
Solar asked 13/5, 2020 at 21:10
15
Solved
I am new to firebase storage. Just so I could learn it, I made a simple app that has a button and an ImageView. When I click on the button, an image (from drawable) gets displayed on the ImageView....
Cambrel asked 30/7, 2016 at 7:21
5
Solved
I'm having problems uploading an image to Firebase Storage. I'm using React Native's @react-native-firebase/storage and the installation and connectivity seem to be fine because I'm able to referen...
Emileeemili asked 3/1, 2020 at 12:34
7
Solved
Is there a way to move files with firebase.storage()?
Example:
user1/public/image.jpg to user1/private/image.jpg
Junette asked 26/7, 2016 at 23:41
1
I am trying to use the Firebase Emulator Suite for my Flutter application. While Firestore, Authentication, and Functions emulators work correctly, I am encountering issues with the Storage emulato...
Tomcat asked 11/9, 2021 at 17:10
4
Solved
Is it possible to copy an existing file on firebase storage without needing to uploading it again?
I need it for a published/working version setup of my app.
Scotia asked 17/9, 2016 at 11:1
5
This is what I am trying to achieve, implement the firebase's resize image extension, upload an image, then when the resize is completed, add that dowloadUrl's thumbs to a Cloud Firestore document....
Luu asked 30/9, 2019 at 17:37
3
Solved
I have images saved to my Firebase storage and I only want users using the app to be able to access them. I don't want to force my users to login just to use the app, so that is not an option.
Jolie asked 12/11, 2016 at 2:50
2
Hi I am using Firebase Cloud Storage to develop web application. I would like to set different security rules for setting file from deleting file. It seems that write includes both of them accordin...
Rigobertorigor asked 19/6, 2018 at 2:33
4
Solved
This is a component that render data from firebase storage and make it listed. What the function has to do is set the videos extracted from firebase storage to the useState. That way I can call vid...
Microscopy asked 12/4, 2022 at 18:54
8
Solved
I am trying to create a Vue Composable that uploads a file to Firebase Storage.
To do this I am using the modular Firebase 9 version.
But my current code does not upload anything, and instead retur...
Heiney asked 21/11, 2021 at 6:54
2
Solved
I'm trying to get some images from Firebase storage using Javascript in an HTML table, but I keep getting this error:
storage.refFromURL is not a function
Which is weird, considering the informa...
Bezant asked 28/3, 2018 at 13:55
2
I am trying to create additional storage buckets in the new Firebase Cloud Storage Emulator. I see no option in the EmulatorUI and have found no resources online. Is this even possible?
Allenaallenby asked 12/7, 2021 at 0:7
2
Solved
Hi I was wondering how to connect to my firebase storage emulator, this is how I connect to Firestore. How do I do it with storage
Firestore Example:
if emulator:
os.environ["FIRESTORE_EMULAT...
Virg asked 22/6, 2021 at 17:13
8
Solved
I want to download an entire folder from Firebase storage. I can download single files using DownloadURL as follows, but it does not work for folders.
var storageRef = firebase.storage().ref();
/...
Aestivation asked 4/1, 2017 at 10:17
3
Solved
I'm new to firebase storage and wants to know what is the best practice.
I want to upload image to firebase cloud storage and was returned a download url which I then stored to firestore. Is the do...
Duong asked 10/9, 2018 at 6:55
11
I want display image in imageView, that's what I'm doing: I'm using FirebaseUI to display images from FireBase Storage.
FirebaseStorage storageDisplayImg;
StorageReference storageRef;
private Fire...
Impertinent asked 23/3, 2017 at 16:45
2
I have a project that is located in the Central America region, but since I can choose a European region, I would like to change the location of the firestore and storage. Is it possible to do this...
Microcrystalline asked 8/8, 2018 at 18:40
2
I have a simple function in my ionic 2 app to upload a file to my firebase storage server. It grabs a base64 encoded string of an image from a Camera, but when I don't try to force the content-type...
Casaleggio asked 30/1, 2017 at 14:58
1 Next >
© 2022 - 2024 — McMap. All rights reserved.