All Questions
7 questions
1
vote
1
answer
472
views
CircleCI Build Error - Firebase CLI and Node.js Compatibility
Hello Stack Overflow community,
I hope this message finds you well. I'm encountering an issue with my CircleCI build for my personal project, specifically related to the compatibility between Firebase ...
1
vote
0
answers
156
views
Firebase functions emulator not working with android
I've been trying different solution for 3 days now , can't figure it out.
Here is My code:
FirebaseLogic.java
public class FirebaseLogic {
// Access a Cloud Firestore instance from your Activity
...
3
votes
3
answers
6k
views
missing script: build - firebase deploy
When I deployed my firebase function project, this error appeared "missing script:build" and I try to fix it but it fails.
Please help me
This is error screenshot
2
votes
2
answers
680
views
my firebase function is being deleted when i try to upload new one
I want to create a function for a push notification but when I try to upload new function then the previous function which is for different purpose is being deleted . I don't know why currently I have ...
1
vote
2
answers
1k
views
Npm Firebase tools install
I get such an error when I try to install Firebase tools with nodejs.
C:\Users\yusuf\Desktop\restful>npm install -g firebase-tools
npm ERR! Windows_NT 10.0.15063
npm ERR! argv "C:\Program ...
1
vote
1
answer
1k
views
Cannot use arrow keys in npm command line
I'm trying to setup FireBase functions, and when I use the command
npm firebase init functions
I am asked to choose a default project for the directory I've set up. My list is populated correctly, ...
0
votes
1
answer
437
views
Firebase init is not create a default project its stop by saying a title project setup
I am new to firebase.
I am trying to use firebase cloud function for my project.
I have installed npm and nodejs on my windows machine and then I login my firebase account using:
firebase login
...