ahmadlogs / arduino-ide-examples

107 stars 123 forks source link

Firebase with Nodemcu #1

Open TusharDasMe opened 3 years ago

TusharDasMe commented 3 years ago

Can u provide code for storing longitude and latitude in firebase using node MCU and GPS module NEO6MV2

ahmadlogs commented 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

TusharDasMe commented 3 years ago

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

ahmadlogs commented 3 years ago

in you link you are using "httpss" change it to "https"

TusharDasMe commented 3 years ago

That's not the issue