Skip to main content

All Questions

-1 votes
1 answer
101 views

when i run this command "firebase deploy --only functions" it show me errors

I want to use Firebase Database as i am developing Amazon Clone , so when i run this command "firebase deploy --only functions" to deploy my backend on firebase but i am getting errors like, ...
Javeed Jokhio's user avatar
0 votes
0 answers
73 views

Module not found: Error: Package path . is not exported from package (ERROR in ./src/firebase.js 3:0-32)

ERROR in ./src/firebase.js 3:0-32 Module not found: Error: Package path . is not exported from package... Tried every possible solutions Also Tried Reinstalling firebase and also node-modules still ...
Kirtan Ghelani's user avatar
6 votes
0 answers
2k views

Is there a way to output a firebase function console.log to a local command line

I am using Firebase as the database, auth, and hosting backend for my React webapp. I have started to incorporate functions for some of the backend database processing. It's a perfect way to automate ...
mjparker78's user avatar
2 votes
1 answer
669 views

How to develop and test Firebase Callable functions with ReactJS app?

I have a ReactJs app with the Firebase backend and want to use https.onCall in my app. I'm starting my functions with firebase serve --only functions I've got this log functions: HTTP trigger ...
victor zadorozhnyy's user avatar
0 votes
1 answer
118 views

Impossible to deploy a React 16 app to Firebase hosting

I was already working with Firebase functions so I already had a Firebase project initialized and everything deployed successfully. I created a React app in the Firebase project directory with create-...
Sebastien's user avatar
  • 4,425
1 vote
1 answer
458 views

HTTP Error: 400, hosting.rewrites[0] is not exactly one from [subschema 0 ],[subschema 1]

While using firebase deploy Im getting following error: Error: HTTP Error: 400, hosting.rewrites[0] is not exactly one from [subschema 0 ],[subschema 1] What can cause this? My functions file index....
Patrickkx's user avatar
  • 1,880