Skip to main content

All Questions

Tagged with
0 votes
0 answers
48 views

TypeError: _firebase__WEBPACK_IMPORTED_MODULE_0__.db.collection is not a function [duplicate]

// src/services/firebase.js import { initializeApp } from 'firebase/app'; import { getFirestore } from 'firebase/firestore'; const firebaseConfig = { //Assume all congif details are present }; ...
NeerajCodz's user avatar
0 votes
0 answers
22 views

npm i firebase --save npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve (firebase not installing in VS Code)

I am working on a react app.I wanted to connect it to google firebase.For that I created a firebase.js file in src folder present in instagram-clone folder.But when I am running the command npm i ...
Noob_coder's user avatar
0 votes
0 answers
58 views

I got this error when I was installing Firebase in a project using {npm install firebase} command. What's the issue here?

Output: npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! ...
Harsh Lamba's user avatar
0 votes
0 answers
13 views

react firebase project not updating

I've been working on a react project and tried to host it with firebase. Everything was working fine. Everytime I make changes I test on localhost, run npm run build and then deploy with firebase ...
tfk's user avatar
  • 15
0 votes
0 answers
23 views

I'm experiencing network issues while attempting to connect to a Firebase database in my React project.(ubuntu)

I am trying to connect the Firebase database in my react project but network error occurs, My internet is working fine but still it gives error, I am using ubuntu OS. I try this cmd in terminal, npm ...
Kariz Ali's user avatar
0 votes
0 answers
90 views

Having trouble syncing my package-lock.json file with my package.json file

Hello im trying to deploy a cloud function to google firebase. However I keep running into this error. It seems that my package-lock.json and my package.json files are not in sync. Here is the error ...
vroque2022's user avatar
0 votes
2 answers
67 views

While installing firebase on my system I'm facing this error

While running npm install --save react-firebase I'm facing above error I tried to read the logs but it wasn't help at all. I want to install Firebase successfully on my system. It is showing could not ...
Pradeep Sharma's user avatar
3 votes
1 answer
695 views

How to fix dependencies problems when installing firebase in my project?

I have a Vite React.js app, and I want to connect it to Firebase. However, when I try to install it, some errors pop up in the terminal. The audit fix throws me this: npm audit report protobufjs 6.10....
Juanjo's user avatar
  • 31
1 vote
0 answers
231 views

Vulnerabilities when setting up Firebase and React

I am trying to build an app using Firebase and React. I have already done that in the past, but this time I hit some new issues. Here are the commands I first run in the terminal: % npx create-react-...
Michel's user avatar
  • 11.4k
0 votes
1 answer
459 views

Importing firebase cloud functions in a React project

I am building a react app (this part might be inconsequential) and have a server cloud function built: exports.myFunction = functions.https.onCall(async (data, context) => { ... } I know that ...
umop's user avatar
  • 2,162
0 votes
0 answers
138 views

Getting Error :- FATAL ERROR: invalid table size Allocation failed - JavaScript heap out of memory

Whenever I am running my react project in local host by npm start I am getting the below error. enter image description here **Already tried solutions ** After reading lot of solutions online I tried ...
avinash's user avatar
1 vote
1 answer
781 views

NEXT JS ---- npm ERR! code ERR_SOCKET_TIMEOUT

npm ERR! code ERR_SOCKET_TIMEOUT npm ERR! network Socket timeout npm ERR! network This is a problem related to network connectivity. npm ERR! network In most cases you are behind a proxy or have bad ...
Abdul Rehman's user avatar
0 votes
1 answer
304 views

Unable to install firebase in react using npm install firebase : Displaying multiple errors

I'm trying to install firebase but unable to do so.. Tried multiple solutions: npm cache clean --force npm install --save react-firebase Please Help! PS C:\Users\SharmaShashtra\amzclone> npm ...
Piyush Sharma's user avatar
0 votes
2 answers
374 views

Unable to install firebase in react using npm install firebase / yarn add firebase

iam trying to install firebase depedencies and it still stuck even after 30 minutes i've been stuck like 30 minutes can anyone help me?
teryrex's user avatar
0 votes
1 answer
1k views

React Native: Problem with dependencies and archiving my project

I have returned to a project which I haven't worked on in a little while. I added a delete account feature and planned to release it to the apple store that day. I ran npm install --legacy-peer-deps &...
jrs's user avatar
  • 165

15 30 50 per page
1
2 3 4 5