Open TusharDasMe opened 3 years ago
I have a video using "esp32 Firebase sim800l gps". you can can make some changes in that code to work for nodemcu
I made a web server using JavaScript but having issues with post request in Nodemcu don't know how to do write the post request This the body that I want to post to the server { "username": "ankingcodes", "orderItemName": "Black Tshirt M size", "orderItemPrice": 500, "onTransit": true, "delivered": false, "lat": 91.94934, "long": 26.12194 } Those are the request I want to make And Link: https://ecommercetracker.herokuapp.com/api/order/createOrder
Or the host please help
in you link you are using "httpss" change it to "https"
That's not the issue
Can u provide code for storing longitude and latitude in firebase using node MCU and GPS module NEO6MV2