firebase-arduino icon indicating copy to clipboard operation
firebase-arduino copied to clipboard

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

Open 99bit opened this issue 5 years ago • 4 comments
trafficstars

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

99bit avatar Apr 12 '20 04:04 99bit

@99bit I have the same issue.

Did you solve it?

Pepetegrillete avatar May 10 '20 14:05 Pepetegrillete

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

99bit avatar May 10 '20 14:05 99bit

mmm ok

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

Did the same happen to you?

Pepetegrillete avatar May 10 '20 14:05 Pepetegrillete

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

99bit avatar May 13 '20 22:05 99bit