-
Notifications
You must be signed in to change notification settings - Fork 493
Stream() doesnt provide the path with eventType "patch" #321
Comments
Even I am deling with the same issue. In stream function when I am giving the complete path (i.e Database/Artist/Singer/SingerName), I am uploading the data on the Firebase using the android app and recieving the data using Nodemcu I searched a lot for this on net but miserably failed to get the solution, |
Sorry for the late reply Seems similar to #335 Can you turn on debugging: Thanks in advance. |
Actually, it works but really not straight forward to use... If you output the JsonVariant from the event, data are here:
This outputs something like:
(assuming you patch To fetch the data you need to prefix the paths with There is one thing which is not possible to achieve: test if a property has been changed or read multiple properties. You would need to use
The error mechanism in |
anybody solve that yet... |
I also want that if data triggering on firebase so I got data and path. |
and if its not possible so plz suggest me other solution/way for the same problem. |
When using stream() and the eventType is "patch" it doesnt show the "path" of the patched object.
Any suggestions?
The text was updated successfully, but these errors were encountered: