All Questions
2 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(...
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 ...