-
Notifications
You must be signed in to change notification settings - Fork 492
Set/Get no longer function as of today. #276
Comments
perhaps the tls signature changed. I haven't had time to check it. |
We just experienced the same. It worked yesterday, but not anymore today. Did they remove it today because it is legacy code? |
I experienced the same issue! Last work time 17.08 at 23:35 italian time! |
Experiencing same problem from today's morning. (18/8/2017). Does anyone know how to solve. I have to present my thesis project tomorrow. Is there any solution? Please help |
I submitted pull request #277 with a fix. The issue is the sha1 fingerprint. In the mean time you can pull my fork and it should work for you, https://github.com/RaemondBW/firebase-arduino |
Fingerprint was changed , |
Solved!!! I just can't thank you in words. Its my final year project and i could not have done it without your help. Thanks for your quick response in correct time. Thanks a lot. |
First, RaemondBW...you rock! I just started coding this up on Thursday and got it working perfectly. Then on Friday morning it wasn't. I have been going crazy ever since. Tracked it down late yesterday to the verify method in TLSTraits class in ESP8266HTTPClient.cpp but got lost right at the edge. Fix is fantastic but it does make me realize that I need a way to sense this so it can be resolved quickly. Also, I realized that the makeFirebaseURL method in Firebase.cpp takes path and auth BUT it just always appends ".json" to the path and then appends auth. So if you ever need to do a "get" having an orderby or shallow or any other parameters, it will not work. Ron |
Thanks RaemondBW.. you are a life saver. I have my IoT class demo day after tomorrow. I was wondering why my device wasn't working all of a sudden. Thank you. |
i still faced the error as below In file included from /Users/Kittiphan/Documents/Arduino/libraries/firebase-arduino-master/src/Firebase.h:25:0, |
@kittiphanp perhaps you didn't put quotation marks around the signature? |
I have been running some tasks regularly for a little under a year now and have found that the firebase-arduino get/set no longer work.
I verified that the https api using the secret key continue to work in my browser. But all the firebase arduino examples fail. This is using the latest version of the library, arduino ide 1.8.2, and esp8266 libraries.
The text was updated successfully, but these errors were encountered: