Skip to main content

All Questions

0 votes
0 answers
11 views

Firebase read permissions breaking write permissions

I'm trying to write storage rules in firebase. There are 3 levels of user in my app- admin, agent, and client. A client should be able to write to their own 'Request' Admins can read everything Agents ...
Adam James's user avatar
0 votes
1 answer
32 views

Does the photoURL property of FIrebase Auth user object update in realtime over multiple devices?

I have developed an app in Flutter with Firebase auth. I store profile images for each user in Firebase Storage. The 'photoURL' property of the user object points to an image from Firebase Storage ...
Sephin's user avatar
  • 3
1 vote
1 answer
41 views

Firestore and Firebase Storage Not Working, Using Flutter for web development [closed]

I need help regarding to the Firestore and Firebase Storage. At first before deploy i use command flutter run -d chrome all the firestore and firebase storage is functioning data, image or file is ...
arief farhan's user avatar
0 votes
0 answers
46 views

Firebase storage security rule: cannot nest firestore queries

I found this weird behavior where using a document field to query another document is not working as expected when setting Firebase storage security rules: rules_version = '2'; service firebase....
exe163's user avatar
  • 1,871
0 votes
1 answer
25 views

How to download image and show it on screen from firebase storage

I would like to show an image which was downloaded from firebase storage ons screen. export const getMyImage = async (userId) => { try { if (!userId) { throw new Error("Invalid ...
谷口祐人's user avatar
0 votes
0 answers
15 views

Firebase storage security rules error unauthorized

I'm trying to add a document to Firebase storage with this security rule match /TrabajosResumenes/{trabajoID}/{allPaths=**} { allow create: if request.auth != null && ( firestore.get(/...
Íñigo Enrique Hernández's user avatar
0 votes
1 answer
48 views

Get url after uploading file to Firebase Storage

I am developing a Flutter application that reads from a Firestore database and Firebase Storage. The Firebase Storage read rules are set to allow only authenticated users. I also have a Python script ...
Cle's user avatar
  • 25
1 vote
1 answer
79 views

Why is my UI not getting updated using StreamBuilder?

I am uploading an image, storing it in storage, and then the downloard url is then stored in Firebase Firestore. The update in Firestore takes place successfully, however, my UI is not being updated, ...
M99Coder's user avatar
0 votes
1 answer
76 views

Why is the Streambuilder not updating the UI?

I am uploading an image, then storing it in Firebase Storage, and then store the link in the Firebase database. I have added a Streambuilder to update the UI. However, I am getting a never ending ...
M99Coder's user avatar
0 votes
0 answers
43 views

How to add the generated key firebase admin sdk in your andriod project when you have the google-service.json and generated private key

I am new to firebase i integrate firebase with andriod studio but my company firebase doesn't give me the write access when i asked they provide me with generated private key for firebase admin sdk so ...
Ritwik Rudra's user avatar
0 votes
1 answer
31 views

How do you listen for errors when uploading synchronously to Firebase storage?

I've got a list of files to upload to Firebase storage from my Kotlin Android app. I'm finding that if I upload them asynchronously, there can be so many uploading at once that my Android app ...
John's user avatar
  • 5,963
0 votes
1 answer
33 views

Pdf to Blob for Firebase Storage

I am trying to convert a PDF to a Blob so I can upload it to Firebase Storage. Although I can see the uploaded PDF in the Firebase console, I cannot open it. I get the error: "Failed to load PDF ...
tasosger's user avatar
0 votes
0 answers
24 views

Android: The app doesn't upload file to firebase

I have a problem. Android application upload the audio file to firebase, but the application doesn't upload the content. I have these codes: UploadSong (this code the controller of the input: public ...
user24494129's user avatar
0 votes
1 answer
33 views

Reduce bandwidth consumption on firebase storage - Flutter [closed]

I'm making an app that provides images to download and view, currently there are only 50 people and bandwidth consumption is already high and I don't want to go beyond Firebase's Spark plan, would ...
João Antônio's user avatar
1 vote
0 answers
103 views

Firebase Android - The client has already been terminated

I am trying to access the Firebase storage reference in my app but facing an issue while doing it. Here is how I initialized the Firebase storage, // Initializing FirebaseFirestore val ...
Pratik's user avatar
  • 438

15 30 50 per page
1
2 3 4 5
41