I am trying to connect to a Realtime Database in C# Windows Forms. I want to create a chat app using it, and to observe the child with a current chat ID. Meaning, that I want to observe any changes (to see new messages), and display them to the user. Is there any way to do that with Firebase?
Asked
Active
Viewed 118 times
0
-
[Understanding the Firebase Observe Function](https://medium.com/@oleary.audio/understanding-the-firebase-observe-function-14c9f73808bc) – Robert Harvey May 22 '20 at 19:56
-
@RobertHarvey Seems like it is a solution for iOS. Is there any solution for C#? – OnlyWeb May 22 '20 at 20:01
-
Have a look [here](https://github.com/ziyasal/FireSharp/). Near the bottom of the page, where it says "Listen Streaming from the REST API." – Robert Harvey May 22 '20 at 20:09