-
Notifications
You must be signed in to change notification settings - Fork 492
database push/set/get no longer working after latest Firebase SDK update, any quick solutions? #237
Comments
any solution for this issue? |
I have the same problem too...what happned? |
You have to update the fingerprint. I will post what I had to change today when I get home in about 45 minutes. |
Have a look at #236 |
Hello everyone, I found the solution in #236 |
This is too sad. What should I do if I do not have physically access to the device anymore? Or just imagine it is in production and it is sold to the client? |
In my code I am including these 2 header file
after changing fingerprint, do I must have to include FirebaseHttpClient header file in my Arduino code or it will work without including it?? |
I think it needs to be included. Does it compile without it? |
Fingerprint update merged, and filed an issue to expose the fingerprint as an optional parameter. Thanks for the quick report! |
Yes it compiles and perfectly running on esp before Update. Now the same code is not working and did not get the data from firebase. |
Have you run the code with |
Yes, I have But Now it is not Getting the data from firebase only pushing/setting the data is working. This is the exact code which is working Before the update. Is there any problem in it, Please guide me because we are stuck in this problem and due to this our Final year Project is Delayed in submission . Thank you
|
Hi, Firebase.push() was working until last month, and the same code no longer is working for me. "setting /number failed:" is triggered. connecting with: and testing a push with
|
would appreciate any input. thanks for this great library.
The text was updated successfully, but these errors were encountered: