Answer the question
In order to leave comments, you need to log in
How to make specific queries in Firebase in Firesharp?
How to connect to Firebase using Firesharp? There are only 5 teams:
client.Set(path, data)
client.Get(path)
client.Push(path, data)
client.Delete(path)
client.Update(path,data)
//Listen Streaming from the REST API (Takes 3 arguments)
EventStreamResponse response = await client.OnAsync("chat", (s, args,context) => {
System.Console.WriteLine(args.Data);
});
//Call dispose to stop listening for events
response.Dispose();
Answer the question
In order to leave comments, you need to log in
Removed FireSharp. Everything is explained in detail
here through the use of the Xamarin.Firebase.Database library.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question