Firebase pictures wont show: "object progress event" shows

Troubleshooting

Hey, I have an issue. All of the sudden uploading and displaying pictures from firebase does not work anymore. I did not change anything which is connected to that in the past time so i am really confused. The picture are uploading fine, but the display of those pictures within the app just does not work anymore. On the are the pictures were there is just "object progress event".

Hopefully some of you know the solution 🙏

What have you tried so far?

I have tried to past this into my firebase storage rules but it did not work:

rules_version = '2';

service firebase.storage {

match /b/{bucket}/o {

match /{allPaths=**} {

allow read, write: if false;

}

match /users/{userId}/{allPaths=**} {

allow read: if true;

allow write: if request.auth.uid == userId;

}

}

}

Did you check FlutterFlow's Documentation for this topic?
No
4
5 replies