FirebaseExtended / firebase-arduino

Arduino samples for Firebase.
Apache License 2.0
943 stars 494 forks source link

Could I set key and listen a stream with each other? #485

Open Arafa-microsys opened 4 years ago

Arafa-microsys commented 4 years ago

I want to use setString() with Stream check available() with each other in the same loop, but the exception (29) leak of mem happened. Can anyone help me to overcome this problem? I know this is might be the same problem #193 but now we in 2020 and the original problem from 2016, So the library updated now and I think the old solution in #193 It's no longer valid.