Skip to main content
1 vote
0 answers
34 views

Image doesn't upload to storage In firebase

I am doing an app in flutter and I try to upload image to firebase but I get error each time.flutter: Starting upload for: image_1745500221837.jpg flutter: File path: /Users/elenaraluca/Library/...
Zaira Pro Design's user avatar
0 votes
0 answers
17 views

Why does Glide require an additional module or manual registration to load Firebase Storage references?

I’m working on an Android app that uses Glide to load images from Firebase Storage (using StorageReference). Initially, I was using the following standard Glide call: Glide.with(context).load(...
Yanir Aton's user avatar
1 vote
1 answer
33 views

Firebase Storage security rules: get() to Realtime Database dont work

I’m trying to create a Firebase Storage rule that only allows access to files under /approved/ if the user has a permission: true field in the Realtime Database, located at this path: /Users/{uid}/...
Yanir Aton's user avatar
1 vote
1 answer
43 views

Firebase Cloud Function - Can't find the storage bucket region

Trying to deploy my firebase cloud function and getting the following error: Error: Can't find the storage bucket region The function I'm trying to deploy looks like: import {initializeApp} from &...
Ayrix's user avatar
  • 523
0 votes
1 answer
33 views

Handling CORS origin sites with wildcard in url

Im running a site with google firebase. Our github repo makes a preview deployment when we make a PR. I would like to have those temporary build urls to be approved by cors. Here is what I have in the ...
knightwatch's user avatar
0 votes
0 answers
59 views

How to force Background Uploads with Firebase Storage using Swift?

I am uploading small files to Firebase Storage, approximately 276KB a piece. The app can choose to do a small handful of these uploads per day from the background. The desired behavior is that ...
Program232323's user avatar
2 votes
1 answer
66 views

Image not uploading to Firebase Storage plus Image URL not uploading to Firestore

I am building a Flutter app where there is a page for creating an account. When I click the button next it is supposed to call the createAccount method that will upload fields to Cloud Firestore. ...
Anesu Mazvimavi's user avatar
1 vote
2 answers
50 views

image cannot be shown in Firebase with flutter but the URL link is valid

I am making an application with Firebase using Android Studio for my FYP. I am making a forum page for users to use. I am using file picker to retrieve and input images. The problem is images cannot ...
hugoleung's user avatar
1 vote
2 answers
517 views

Flutter Web not showing images . Giving EncodingError: The source image cannot be decoded

I am using Flutter web for my application. I used --web-renderer html previously but now I have updated Flutter which no longer supports web-rendering flags. This is how my code looks like. ...
Zee A's user avatar
  • 153
0 votes
0 answers
22 views

Firebase storage unit tests: Timeout when trying to upload files using emulator

When running the below test via npm test, I get the following output: Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure ...
Clare Sudbery SSE Ltd's user avatar
3 votes
2 answers
46 views

Can not catch exception in android firebase

I try to catch an exception while sending a request to Firebase Storage when no internet connection. But it seems the code in the catch block has not been reached. Here is my code: ...
tungnnnt17's user avatar
0 votes
0 answers
41 views

Can you download large files to mobile from Firebase Storage?

I've built a React app using Firebase where a list of files is presented to the user to download from Firebase Storage. This all works fine on a desktop, and it works fine on mobile if the file is ...
Kim's user avatar
  • 956
0 votes
0 answers
32 views

An issue regarding reading data from my sqlite and sending it as a csv file to storage database

I'm having a persistent issue with my flutter app. I have only two functions where the issue is happening. The first function inserts data and reads the last 10 recrods from my sqlite database. Future&...
Ahmed Youssef Alagha's user avatar
1 vote
0 answers
41 views

Next.js fails to upload image to firebase

I am trying to upload images to firebase firestorage from our Next.js app. We already have our firebase firestorage credentials set up in our environment variables, and I believe we have initiated ...
Petrando Richard's user avatar
2 votes
1 answer
195 views

Loading image from Firebase storage doesn't work after update to latest Flutter [closed]

After updating to the latest Flutter, I got issues loading images from Firebase storage. This error in detail: Another exception was thrown: HTTP request failed, statusCode: 0, (link of image from fb ...
Keannu Gran's user avatar

15 30 50 per page
1
2 3 4 5
485