mobizt / Firebase-Arduino-WiFiNINA

Firebase Arduino Library for ARM/AVR WIFI Dev Boards based on WiFiNINA
MIT License
65 stars 12 forks source link

Automatoc node when using push method #42

Closed bluenectar closed 2 years ago

bluenectar commented 2 years ago

Dear mobizt,

I'm running on a project using nano and firebase, thankfully I found your helpful library. But when I tried to push some value using push() method, seems Firebase generate an automatic ID using random character. Can we eliminate that process so we can pass our json string as we want ? Thanks and best regards, Hery

mobizt commented 2 years ago

That related to the Firebase API that we can't change.

You can use set instead of push.

bluenectar commented 2 years ago

Dear mobizt,

I see, thanks for your prompt reply.