Skip to main content

All Questions

0 votes
1 answer
239 views

Why firebase serve is not working but firebase deploy is working fine?

whenever I use firebase deploy it creates data successfully but whenever I use firebase serve then it goes to catch function! The function i am using is: exports.createUser = functions.https.onRequest(...
Shiv Shankar Prasad's user avatar
4 votes
3 answers
10k views

The Cloud Firestore emulator is not running, so calls to Firestore will affect production

I was learning firebase to integrate with my react web app. I was trying to write functions for GET and POST requests and running them on postman using endpoints i get in my terminal in vscode. Now my ...
Nik's user avatar
  • 337