Closed Mukesh-Kalikaya closed 7 months ago
The database secret is deprecated for years but if you take it correctly as you described it's not the cause of your error.
You can get the error info from fbdo.errorReason()
.
This library works normally but it lags of feature and supports only database secret which is not recommended to use.
In addition. this library cannot include any more features as it designs to support low memory AVR device as UNO WiFi Rev.2
which is end of life now.
If you try this library for the first time and you use Arduino MKR device. I recommended using this new FirebaseClient library instead.
With the new library, you have to read the documentation and follow the examples to use it correctly.
I will try the new FirebaseClient library just like you mentioned and I'll return back to you with the results. Thank you for the quick and helpful response!
You can post the question or issue there.
I recommend you read the documentation (Readme) first (important), and follow the examples by reading the comments in the examples carefully.
Hello. I am currently using an Arduino MKR Wifi 1010 Board along with an MKR Env Shield. Here is the code I currently have:
Does the FIREBASE_SECRET part cause the problem? I did define it properly but I didn't want to put it on GitHub. I am currently stuck on where the problem might be. Just in case, here are the steps I took to get the FIREBASE_SECRET:
Can anyone please help me?