python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
I Cannot Get Images From Firebase Storage Folders Dynamically
I have some folders on Firebase Storage. I want to get photos from folders dynamically, but I cannot.
Example: I try to code a basic E-Commerce website, and every product's photo gallery is a seperate...
Ozan Bilgiç
Votes: 0
Answers: 0
Error Domain=NSURLErrorDomain Code=-1017 "cannot parse response" Firebase Storage iOS
I am uploading files to FirebaseStorage and i am getting this error on iOS :
Task <24E18897-20B7-45FD-9621-85FF09DC6326>.<1> finished with error [-1017] Error Domain=NSURLErrorDomain Code=...

Tom3652
Votes: 0
Answers: 1
Flutter open Firebase Storage download url Permissions Denied 403
I am uploading PDF's in my app to Firebase Storage.
Now I want to open the PDF form my app in a browser. For that I tried using the url_launcher like this:
Future<void> _launchURL(
BuildContex...
Chris
Votes: 0
Answers: 1
How to reference realtime database in Firebase from Android Studio
I'm creating an app where people can see how their progress is on a course. So I'm trying to upload a progress bar image onto real time database in Firebase, I do this by uploading the image in Fireba...
Sindano
Votes: 0
Answers: 0