All Questions
5 questions
0
votes
0
answers
86
views
Testing React + Firebase with emulator
I have a Firebase project where I'm using Firebase Functions and Hosting, and React for the frontend. During firebase init, I set build as my hosting directory, which is created by npm run build.
For ...
0
votes
1
answer
152
views
Firebase working in cmd but not in git bash
I am building a react project on Visual Studio Code and want to use firebase but when I am giving the command firebase login, it says C:\Users\ajay\AppData\Roaming\npm/node_modules/node/bin/node: line ...
1
vote
1
answer
457
views
Error: Failed to make request to https://www.gstatic.com/firebasejs/releases.json firebase init error
Iam trying to host a react website(created with npx create-react-app) on firebase, after logging in when I run firebase init command it gives A error, complete log:
> ? Are you ready to proceed? ...
2
votes
1
answer
1k
views
What is the difference npm start and firebase serve?
I've created an app that makes calls to Firebase. The Firebase API has given instructions to test the application, via firebase serve and firebase deploy. I know that firebase serve creates a local ...
0
votes
1
answer
917
views
Trying to install firebase-tools and getting a strange error
I'm trying to deploy my app on firebase and following a tutorial. I ran npm install -g firebase-tools and getting the following error:
npm WARN deprecated [email protected]: Use uuid module instead
/...