mobizt / Firebase-Arduino-WiFiNINA

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

Bad request error for getFloat function reading from setup Firebase Realtime Database #10

Closed tyounkin closed 4 years ago

tyounkin commented 4 years ago

Hi, I am using the Arduino Uno wifi rev2 to try to read (and eventually write) to firebase RTDB. I am getting a 'bad request' error. Is there a method of debugging my request? Please let me know if I can provide more details to help. Thanks!

mobizt commented 4 years ago

You are missing the required data or its data is empty e.g. FIREBASE_HOST, FIREBASE_AUTH and path in the functions that you want to store or read the value.

Please read the usage examples here.