- Notifications
You must be signed in to change notification settings - Fork488
FirebaseArduino: switch to ArduinoHttpClient#353
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This allow the library to be portable across arduino core implementingthe Client Interface.FixesFirebaseExtended#344
kotl commentedJun 21, 2018
You may remember this, but I wanted to remind you that for ESP8266 implementation, please be extra careful about our use of workaround for ESP8266 of modifying _canReuse even after it was set to false in Through these lines: We change _canReuse value early enough, so that before HTTPClient::end is called, it is set to true. We will need to have same workaround for ESP8266 implementation using ArduinoHttpClient if RTDB is still acting in the same way. |
proppy commentedJun 21, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@kotl Oh right, I forgot about this! We're lucky as It seems that |
proppy commentedAug 8, 2018
@kotl did you give it a try? |
Uh oh!
There was an error while loading.Please reload this page.
Preliminary work to port the library to useArduinoHttpClient.
This will enable the library to be portable across arduino cores implementing theClient Interface.
Note this breaks the following libraries/sketches:
FirebaseCloudMessagingcontrib/modemcontrib/thingsAnd obsolete the following classes:
FirebaseFirebaseHttpClientTesting welcome 🎠
Related#344#220
/cc@ed7coyne@kotl