Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
21 views

Function updateDoc() called with invalid data. Unsupported field value: a custom __PRIVATE_ArrayRemoveFieldValueImpl object [closed]

I'm trying to run arrayRemove() and returns with an error: Uncaught (in promise) FirebaseError: Function updateDoc() called with invalid data. Unsupported field value: a custom ...
paehj12's user avatar
0 votes
0 answers
13 views

getDocs(collection(db, "products")) not returning any docs in Remix App Using Firebase and Shopify Hydrogen

Trying to implement a default Firestore DB into my Remix web application that integrates with Shopify Hydrogen, and the getDocs query getDocs(collection(db, "products")) returns a snapshot ...
matrixvivi's user avatar
0 votes
0 answers
12 views

Firebase Authentication and Storage: Error Accessing user.user.uid [duplicate]

I'm trying to create a user account and upload an image to Firebase Storage using Firebase Authentication and Firestore. However, I'm encountering an error when trying to access user.user.uid ,Here's ...
AbdulReman's user avatar
0 votes
0 answers
38 views

Firebase: Why is my email verification not being sent?

I am trying to sendEmailVerification using Firebase but it's failing. const handleSubmit = (e) => { e.preventDefault(); fetch("http://localhost:4000/auth/register", { method:...
JobHunter69's user avatar
  • 2,085
0 votes
0 answers
24 views

Firebase phone authentication [TypeError: Cannot read property 'prototype' of undefined] in React Native Expo

I'm facing a TypeError: Cannot read property 'prototype' of undefined error when trying to implement Firebase phone authentication in my React Native app after upgrading from Expo SDK 47 to SDK 51.: ...
pavankommi's user avatar
0 votes
0 answers
20 views

CSS not applied to Flask webapp when I host it with Firebase Hosting

Description I'm currently using Firebase Hosting to deploy my Flask web app and all of them are working well except when I click the link provided from Firebase, it only shows the HTML file without ...
loupdaniel's user avatar
-1 votes
0 answers
29 views

Invariant Violation: "main" has not been registered in React Native with Expo

I am working on a React Native project using Expo, and I'm encountering an error when trying to bundle my application for Android. The error message states: Invariant Violation: "main" has ...
Lucas Sekwati's user avatar
0 votes
0 answers
33 views

Promise is never returned in firestore().collection('Users').add({ name: 'Ada Lovelace', age: 30 })

I'm using React Native with Expo and library @react-native-firebase/firestore. I'm trying to add a document to a collection in Firestore but the promise never returns so nothing is inserted in ...
faguilera85's user avatar
0 votes
0 answers
25 views

Download files from Firebase storage if they reach a certain size

I can't download files located in a folder in Firebase storage after they reach a certain size, is there any solution to this problem? async function downloadFilesAsZip(folderPath, zipFilename) { ...
ALAEDDIN's user avatar
  • 271
0 votes
0 answers
22 views

How to update Firebase storage data from frontend in react js [closed]

I am fetching data from the firebase storage and storing that data in redux. I also display the table on frontend and there is a button on every td. When user click on update button, then an modal is ...
Anurag Pal's user avatar
-1 votes
0 answers
31 views

What's wrong with my code? Firebase create account

I am trying to create a button so the user can input their email and password and pass recaptcha to create an account with Firebase. Would like to add the option of signing up with Microsoft or Google....
J P's user avatar
  • 1
0 votes
0 answers
21 views

Vercel deployment issues with firebase: environment variables

I am trying to deploy my nextjs project through vercel. I use firebase in the project so i have uploaded my firebase keys to vercel under environment variables. on the local environment it runs fine ...
Sarthak Garg's user avatar
0 votes
0 answers
24 views

How to use PrimeVue File Upload component with Firebase?

I am trying to use the PrimeVue V3 File Upload component with Firebase. I am also using VueFire to manage the Firebase upload. Only because it provides some convenient composables for managing ...
TinyTiger's user avatar
  • 2,172
0 votes
0 answers
25 views

Text renders once and then it disappears within div (textContent) in HTML

I am currently trying to spawn HTML, CSS, JS, and firebase code within dangerouselySetInnerHTML, and the text successfully renders within avatar-initials textContent (initials) for a millisecond, and ...
Benjamin Sloutsky's user avatar
0 votes
0 answers
38 views

PayPal Payouts Integration with Firebase Functions in iOS App

I'm working on an iOS app that requires paying out winnings to players using PayPal. I'm integrating PayPal payouts through Firebase Cloud Functions, but I keep encountering errors. Here's the client ...
TheGuyWhoCantCode123's user avatar

15 30 50 per page
1
2 3 4 5
1595