FirebaseExtended / firebase-arduino

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

Firebase Stream event.getString("type") this is giving some garbage value #488

Open 99bit opened 4 years ago

99bit commented 4 years ago

So i was trying to stream data from firebase it shows path and data field correct but type field getting some garbage value

i found other guy having same issue #394

a

See Data and Path is correct but event is not showing right or some garbage value

Pepetegrillete commented 4 years ago

@99bit I have the same issue.

Did you solve it?

99bit commented 4 years ago

@Pepetegrillete no still it continues but i ignore the type while path and data is still working correctly so

Pepetegrillete commented 4 years ago

mmm ok

My path and data are empty but the event is trigger at the correct moment.

Did the same happen to you?

99bit commented 4 years ago

yes actually after every 30 seconds it happens it checking automatically and it nothing to worry about it it is working fine

what should you do is add path listener if the path data matches your path(stored in esp) then do your stuff

image