7,254 questions
-1
votes
0
answers
47
views
firebase_storage object-not-found No object exists at the desired reference flutter app developement [closed]
I am unable to setup a cloud billing account due to a back end error so I can't check storage on Firebase:
firebase_storage object-not-found No object exists at the desired reference
The error is in ...
2
votes
0
answers
55
views
How to read all files in a folder using Flutterfire?
I've been trying to simply read out all the files of a folder, so I can detect new files uploaded by users and parse them. However, I cannot get any output from a listResult, always just []
The thing ...
0
votes
0
answers
41
views
Firebase storage image urls keep returning access denied response
I have a small app where I am using firebase functions to upload an image into firebase storage.
Once done, I store this image url against an object in firebase db and then reuse this image in the app ...
0
votes
1
answer
56
views
Firebase storage security rules accessing Firestore - Invalid function name: get
I'm writing Firebase Storage security rules to ensure that only the user who created a specific order can access the associated files. However, when I deploy the rules using firebase deploy --only ...
0
votes
0
answers
71
views
iOS Firebase Storage Upload Task Unknown Error
I am attempting to upload a zip file to Firebase storage. The zip file is located in the documents directory for my app.
I create the reference and use putFile to start the upload
let storageReference ...
0
votes
0
answers
46
views
Images stored in firebase storage is not displaying on expo development build
I am trying to use firebase storage as a backend for my Images in my new react native app.
I use the following function to upload the photos
const uploadPhoto = async (uri, userId) => {
const ...
1
vote
1
answer
69
views
Firebase Storage permission error when security rules get document from Firestore
FirebaseError: Firebase Storage: User does not have permission to access 'vehicles/LwDaUZiAn8WIfye5Oj6S/backgroundPic'. (storage/unauthorized)
I am completly stuck with firebase rules. It's not ...
0
votes
1
answer
113
views
Google Cloud Document AI cannot access Firebase Storage bucket - permission error
I'm trying to import documents from Firebase Storage into Google Cloud Document AI but I'm getting a persistent permission error even after adding the Storage Admin role to the Document AI service ...
1
vote
0
answers
46
views
Firebase App Check: Unverified requests on iOS (1-10%)
We have set up App Check for our app. In our production environment (used for TestFlight testing, not yet publicly released), we are seeing a certain percentage of unverified requests.
For Firebase ...
0
votes
1
answer
70
views
The CORS policy on firebase storage is blocking any upload from flutter web app even though it has been set
I have set the CORS configuration on my firebase storage bucket like this :
[
{
"origin": ["https://arptc-connect.web.app", "*"],
"method": [&...
0
votes
0
answers
20
views
Issue while creating location for storage in firebase.error :The location for this project is already set to another value [duplicate]
In firebase i created fire-store in location of asia-south1
when i try to set same location for this firebase storage (asia-south1)
getting error of The location for this project is already set to ...
1
vote
0
answers
33
views
Firebase CLI: "Cloud resource location is not set" error even after setting location for Cloud Storage
I'm trying to set up Firebase Storage in a new Angular project using firebase init storage.
I already set the Cloud resource location (europe-west3) in the Firebase Console, but when I run the init ...
1
vote
0
answers
73
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/...
0
votes
0
answers
24
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(...
1
vote
1
answer
61
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}/...