thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.05k stars 526 forks source link

Use of stream_id in stream method #324

Open harshil2712 opened 4 years ago

harshil2712 commented 4 years ago

Hi, This is not urgent. Please answer at your own free time. I am not able to understand the use of stream_id argument on stream method. I read the documentation and the issues but was not able to find this out. What is the use of it. If possible, please give an example while explaining.

Also, is there a way to pass a variable to the called function through stream method.

Thanking you in advance.