Closed bellybubjoe closed 3 years ago
In the FIREBASE_HOST, the scheme e.g. https:// and trailing / must not be included, only arduino-nitrate-fb-v1-default-rtdb.asia-southeast1.firebasedatabase.app should be ok.
This library does not trim or handle the extras https:// and trailing slash in the url for you as in other my Firebase libraries to reduce the code size in limited flash space device.
A friend and I are working on a coding project and we are using an Arduino Wifi Rev 2 to connect to firebase. As we were doing so, we ran into a bit of an issue, but we can't figure it out. So, we simplified our code into just the connection part of it. Still, when we run our code, the error "bad request" returns. Could you help us out?