22chiragmodh / cloudfun-firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn Firebase Cloud Funtions & How to Deploy in your Project:

Use Firebase Emulator to Make easy Deployement:

  • Setup
1] Initialize the Firebase Emulator
open the terminal, and navigate to our project’s root folder
run below command
image
2] Emulator setup depending on your project needs
click space key to select Emulator
image
click Enter to select default option
image
3] Use Emulator UI
run below command
image

4] Show Firebase Emulator

em

also emulator provide functions api link which you want to trigger, click link to see response of api

Use REST Client Extension in VS Code IDE to make easy to send GET, POST, DELETE, PUT Request:

  • setup
1] first create rest.http folder into functions folder
2] how to write different type of api check my repo:- https://github.com/22chiragmodh/cloudfun-firebase and check rest.http folder which is inside in functions folder.

About


Languages

Language:JavaScript 100.0%