Questions tagged [firebase-tools]

The Firebase CLI provide a variety of tools for managing, viewing, and deploying Firebase projects, as well as a set of emulators for Firebase products. It's available via the npm module firebase-tools.

The Firebase Command Line (CLI) Tools can be used to:

  • Administer your Firebase account

  • Interact with Firebase Hosting, our product to host your static HTML, JS, CSS, images, etc.

  • Interact with the Firebase Database, to read and write JSON data and deploy security rules

  • Interact with Firebase Storage, to read and write files and deploy security rules

  • Deploy your code to Cloud Functions for Firebase

  • Emulate Cloud Functions, Realtime Database, and Cloud Firestore locally for use in development and testing.

See also:

Related tags

903 questions
0
votes
1 answer

Firebase commands failing with EEXIST: file already exists, mkdir 'C:\Users\UserName\.config\configstore'

whenever I'm running commands like firebase login, firebase init the error at command prompt appears that C:\Users\UserName\AppData\Roaming\npm\node_modules\firebase-tools\node_modules\configstore\index.js:69 …
blackHawk
  • 6,047
  • 13
  • 57
  • 100
0
votes
1 answer

How to add firebase to my bash profile?

I have been having trouble installing firebase command line tools. I am following the guide at: https://www.firebase.com/docs/hosting/command-line-tool.html. I have run the initial command into my terminal: npm install -g firebase-tools. Once I…
K Ghumaan
  • 97
  • 7
0
votes
3 answers

Remove firebase hosting

I use angular2-cli and angularfire2. I wanted to add github authentication but to do so I needed to add callback URL. Okay, I did it but when I tried to log in via Github I got a message that my page hasn't been deployed. What I did? Well, I just…
elzoy
  • 5,237
  • 11
  • 40
  • 65
0
votes
0 answers

Firebase Command Line does not open a browser window

I'm new to firebase. I installed updated version of nodejs and npm and I installed firebase-tools and commands seem alright but when I enter firebase login in command line, It doesn't do anything:
-1
votes
1 answer

How to Uninstall Flutterfire CLI on Mac?

Lets say the flutterfire cli has been installed on a Mac using: dart pub global activate flutterfire_cli How do you uninstall it? I tried the docs.
Nerdy Bunz
  • 6,040
  • 10
  • 41
  • 100
-1
votes
1 answer

Firebase Emulator Creates Multiple Realtime Databases

Firebase Emulator starts 3 seperate Realtime Databases. I've never added configurations for multiple and until today it never created more than one. Now I can't get firebase to start just one. This seems like a bug, there are multiple other…
-1
votes
1 answer

"EACCES: permission denied, copyfile..." when starting Firebase emulator

Environment: MacOS 10.15.7 Running firebase emulators:start gave the following error in my firebase-debug.log: EACCES: permission denied, copyfile '/var/folders/dc/jq6m586d0mngjdm2zlljtm740000gn/T/tmp-9821Nl0DY3zOWlHD.tmp' ->…
Matthew Keller
  • 283
  • 2
  • 8
-1
votes
1 answer

I keep getting a error saying I don't have the right permissions to install Firebase although I'm admin on my computer

I just tried to install this: npm install firebase-tools -g and I keep getting this error: npm ERR! code EACCES npm ERR! syscall mkdir npm ERR! path /usr/local/lib/node_modules/firebase-tools npm ERR! errno -13 npm ERR! Error: EACCES: permission…
-1
votes
1 answer

error installing firebase `npm install -g firebase-tools`

i am try to use firebase-cloud-messaging with javascipt and i use this repo : https://github.com/firebase/quickstart-js/tree/master/messaging in the Get Started i must run this command npm install -g firebase-tools. but i got error like this : npm…
-1
votes
1 answer

firebase:emulators:Start : The term 'firebase:emulators:Start' is not recognized as the name of a cmdlet, function, script file, or operable program

I am trying to test my firebase project locally, so running this firebase emulators:start command showing me the error: firebase : File C:\Users\Faizan Khan\AppData\Roaming\npm\firebase.ps1 cannot be loaded because running scripts is disabled on…
Muhammad Faizan Khan
  • 10,013
  • 18
  • 97
  • 186
-1
votes
1 answer

Flutter: PlatformException when calling Firebase Cloud Function on Firebase Emulator

I try to use Firebase Cloud Functions from my Flutter application by using the Firebase Emulator. In production, the call is working fine, but not in the Emulator, I always get the following error. Error after calling the…
Lab
  • 1,237
  • 2
  • 13
  • 30
-1
votes
3 answers

'Error: INTERNAL' when running firebase cloud functions locally from react native client

I passed all over the questions/answers about an issue related to: Calling firebase cloud functions locally from react native client. But no answer helped me fix it. I'm using react-native@0.61.5 and react-native-firebase@5.6.0 Here is the…
-1
votes
1 answer

'firebase init' gives me a generic error on a ionic project

I'm following a course of ionic and I need to store a picture on firebase database, at that point we should install firebase-tools, which I do by executing as admin: npm install -g firebase-tools But then the course says you should…
Buddy Christ
  • 1,364
  • 8
  • 22
-1
votes
1 answer

Firebase Managing Hosting with Multiple Sites

I have unforunately ran firebase deploy --only hosting without specifying a target and deployed to the wrong site too many times. I was wondering if it would be possible to configure the debug tab in VS Code to run a command to make sure I'm…
Marcus Gallegos
  • 1,532
  • 1
  • 16
  • 31
-1
votes
1 answer

Not able to install Firebase

I am new to use "Firebase" and I am getting issue while installing "Firebase" in my ionic app. node and npm version:- error getting while installing:- please suggest me how to install it or provide any article. Thanks
Rajpurohit
  • 1,951
  • 2
  • 16
  • 19
1 2 3
60
61