firebase-arduino icon indicating copy to clipboard operation
firebase-arduino copied to clipboard

How to use Google Firestore with ESP32?

Open jitendra-cf opened this issue 4 years ago • 3 comments

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.

jitendra-cf avatar May 11 '20 13:05 jitendra-cf

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

murilobaliego avatar Jun 04 '20 12:06 murilobaliego

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

jitendra-cf avatar Jun 11 '20 07:06 jitendra-cf

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

kaizoku-oh avatar Dec 11 '20 17:12 kaizoku-oh