firebase-cli Questions

5

I am deploying my React app to firebase hosting. when I create firebase init and select all options I am getting this error. C:\Users\user\git\Apps\screem>firebase init ######## #### ######## ...
Interurban asked 3/3, 2021 at 11:43

3

Would anyone know if there is a way to initialize a Firebase function (using emulator to debug locally) with an https address instead of the default http? I'm trying to debug a Telegram bot-related...

3

Solved

My problem is a bit tedious and need the community to help me out here. I installed node 12 from the official site of Nodejs.org using it's .pkg file. I use firebase functions shell to test our w...
Lawrencelawrencium asked 20/2, 2020 at 7:55

5

I have been trying new firebase callable cloud functions in firebase functions:shell I keep on getting following error Request has incorrect Content-Type. and RESPONSE RECEIVED FROM FUNCTI...
Grenier asked 6/4, 2018 at 6:55

7

Solved

When deploying the following hello-world equivalent code I get the error shown in the end:- $ ls -lR .: total 8 -rw-r--r-- 1 hgarg hgarg 3 Aug 29 14:55 firebase.json drwxr-xr-x 2 hgarg hgarg 4096 ...
Aprilaprile asked 29/8, 2017 at 9:36

11

when I open firebase CLI I get this error : Let's make sure your Firebase CLI is ready... undefined:1 SyntaxError: Unexpected end of JSON input at JSON.parse (<anonymous>) at ChildProc...
Casimiracasimire asked 20/5, 2020 at 22:1

8

Every time I use a firebase command this error occurs: ...\WEBRTCTest\FirebaseRTC> firebase use --add Error: Invalid project id: \. \WEBRTCTest\FirebaseRTC> firebase use --clear Error: I...
Chalmers asked 4/4, 2020 at 12:28

3

Solved

I´m trying to deploy my code to two different Firebase-projects, one for development and one for production. The my-app-dev project was already included and working, so I added the my-app (for pro...
Mexico asked 16/6, 2020 at 13:0

5

Solved

I`m trying to set up firebase functions, but I get an error after running firebase init. Error: HTTP Error: 401, Request had invalid authentication credentials. Expected OAuth 2 access token, logi...
Philae asked 19/10, 2018 at 11:29

7

I have version 11.0.1 of firebase installed on my Windows 11 machine. When I run the firebase emulators, it crashes with this message: $ firebase emulators:start !! emulators: firebase-tools no l...
Ginzburg asked 30/5, 2022 at 18:3

4

Solved

I use following firebase cli command to deploy my firebase functions firebase deploy --only functions How can I limit the number of instances for functions, when deployed like this? It looks like ...
Lungan asked 18/11, 2020 at 5:11

7

I'm trying to setup CI-CD for firebase app distribution on my local system. fastlane-plugin-firebase_app_distribution plugin can't be found. Error loading plugin 'fastlane-plugin-firebase_app_dis...
Knowle asked 21/3, 2020 at 0:54

4

Solved

so, im a newbie in programming and still learning some stuff (i use windows btw) i try to make an app, connect it to firebase. after setting up everything its time to setting the CLI good news : ...
Shoemake asked 15/10, 2018 at 16:13

8

Solved

I am trying to setup a 2 brand new Firebase projects with Firestore, Functions, Storage, and Hosting for both Production and Development environments. I started with deleting the references to the ...

3

Solved

I have installed husky in my npm project as a prepare script like below { "name": "functions", "scripts": { "build": "tsc", "start": ...
Nitrite asked 28/12, 2022 at 19:56

15

I have installed the firebase tools, however whenever I try to initialize it in my rootfolder, using the terminal from Vscode, I receive the following error. Why is that?

3

Solved

I would like to ask for the help of people familiar with Firebase functions. I am struggling with the problem that uploading the code via firebase cli fails. It was working a few days ago, I didn't...
Unbuild asked 10/11, 2022 at 14:57

10

Solved

When i make my first deploy function I can't deploying Because I have Error Asks me to make Upgrade to my account to Blaze I need to Know Can i deploy Function when i use free account?? Output: i d...
Eurhythmic asked 9/7, 2020 at 21:33

2

I cannot, as the title suggests, upgrade or in any way remove the current version of firebase off my system and I don't understand why. I installed it using the firebase commands prompted when you ...
Orethaorferd asked 17/8, 2018 at 11:53

4

I am using Firebase functions to build an API that parses CSV files. When I try to use csv-parse/sync instead of csv-parse, my deploy to Firebase Functions fail with the following error: Error: Err...

6

Solved

Started firebase project emulators (which uses cloud functions and firestore) with below command firebase emulators:start It runs successfully and gives me a path to connect to the functions and s...
Harrie asked 2/4, 2020 at 16:14

10

Solved

I have recently had an issue with my firebase account where any new projects don't show in the CLI when I run firebase init. I deleted a project I didn't need, and that updated immediately, any hel...
Tortilla asked 18/11, 2018 at 23:27

4

I've got a submodule named shared which is located next to the backend folder (which is the cloud functions folder): I've added the local dependency shared in backend/package.json like so: "dep...
Footprint asked 21/2, 2019 at 22:6

6

Solved

This question is essentially the same as question 44799104, only that I provide my index.js (and the only answer there was not helpful, as I do include 'exports'). In short, I have deployed my fun...

3

I'm running my integration-tests in flutter and dart using the firestore emulator. First I start the firestore emulator with some data like so: firebase emulators:start --import=./dir. Then I start...
Acrylonitrile asked 18/12, 2020 at 10:31

© 2022 - 2024 — McMap. All rights reserved.