All Questions
Tagged with firebase firebase-storage
5,781 questions
2
votes
1
answer
45
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 ...
0
votes
0
answers
24
views
cannot upload MP3 to app and firebase issue
import SwiftUI
import FirebaseStorage
import FirebaseFirestore
import AVFoundation
import UIKit
import FirebaseAuth
struct Phonogram: Identifiable {
var id = UUID()
var name: String
var ...
0
votes
0
answers
32
views
Image can't upload to Firebase
I'm trying to make a Portfolio using React.Js + Firebase, my goal is to add text and images from my Admin Panel to Portfolio. Since I'm working with a partner, my role is to make the Admin Panel but ...
0
votes
0
answers
62
views
PDF generation not working in production - Next.js
I have an error where my code isn't executing the pdf generation function in production, but it's working perfectly in development.
This is the error on the console:
https://firebasestorage.googleapis....
0
votes
1
answer
59
views
Flutter & Firebase - Image loading failure from Firebase Storage on Android test device
I'm developing a clothing management app for Android devices using Flutter. Text data related to clothes (material, color, season, imageUrl...) is stored in Firebase Database, and images are stored in ...
0
votes
1
answer
82
views
How can I manage write to Firestore and Cloud Storage while offline?
I have a flutter app where I have a Stream<DocumentSnapshot<Map<String, dynamic>>>? listening to a users account in my Firebase Firestore database.
I ran into an issue when testing ...
0
votes
0
answers
13
views
I upload multiple images to firebase storage but can not assign their urls to array in view model
here is my code. I have multiple selected images, for each image first I upload it to Firebase Storage and trying ti fetch that url. When I debug it I can print url string but it can not be appended ...
0
votes
2
answers
66
views
TypeError: functions.storage.object is not a function with firebase
I am trying to use Firebase Functions to listen for file upload events in Cloud Storage, but I encountered an error during deployment that says:
functions.storage.object is not a function.
...
1
vote
1
answer
175
views
Firebase-Storage Access to fetch at '..' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource
I am tying to load an image using the following code:
const blob = await fetch(
"https://firebasestorage.googleapis.com/...?alt=media"
)
.then((r) => r.blob())
const reader = ...
0
votes
1
answer
586
views
Firebase Storage Bucket Domain Shows " firebasestorage.app " Instead of " appspot.com " [closed]
I’m currently working on a Firebase project where I’m trying to configure Firebase Storage. I’m using the Spark Plan (free tier), and I noticed two issues:
1.The storageBucket in my Firebase config ...
0
votes
1
answer
125
views
Firebase cloud storage ( for projects)
I'm working on a new project and was planning to use Firebase Storage to handle file uploads. In some of my previous projects, I was able to use Firebase Storage for free under the Spark Plan for ...
0
votes
0
answers
42
views
How to Upload profileImage to Firestore Database?
i make the register user in firebase
in registerViewcontroller
i have username, email, password and profileImage
below image is Firestore structure
this is what i save user information in firestore ...
0
votes
0
answers
35
views
Get Firebase AppCheck Token on .NET backend
I'm trying to upload an image to the Firebase Storage from the .NET backend. Everything is working till I activate AppCheck for Storage. And I started to get the error "Firebase App Check token ...
0
votes
0
answers
38
views
Firebase Storage with Angular SSR app “ERROR Error: Service storage is not available”
I'm trying to use Firebase Storage in my angular SSR app, but I get
ERROR Error: Service storage is not available initializing the app.
I'm using this code in providers applicationConfig:
...
0
votes
0
answers
35
views
fontweight and image problem with flutter web
I am using flutter web with firebase hosting. Everything is working fine with some exception:
When I build with: flutter build web --release --web-renderer html the fontWeight is ignored and the ...