FirebaseExtended / firebase-arduino

Arduino samples for Firebase.
Apache License 2.0
945 stars 494 forks source link

How to use Google Firestore with ESP32? #491

Open jitendra-cf opened 4 years ago

jitendra-cf commented 4 years ago

Hi, I have designed a device using ESP32 WiFi module and I have already send/receive data to/from firebase using database secret. Now I would like to use firestore and save data to documents. So does anyone know how to achieve that ? Does anyone have any references for the same ?

Thanks in advance.

murilobaliego commented 4 years ago

Hi, I have the same question, @jitendra-cf have you found somewhere else an answer for your question? Thanks in advance.

jitendra-cf commented 4 years ago

@murilobaliego, I talked with google support and they asked me to use rest api. https://firebase.google.com/docs/firestore/use-rest-api

kaizoku-oh commented 3 years ago

if you're working with esp-idf, you can use this component for communicating with firestore REST API: https://github.com/kaizoku-oh/firestore