L
L
LoliDeveloper2020-08-16 17:15:11
C++ / C#
LoliDeveloper, 2020-08-16 17:15:11

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)

but you need the ability to search by the highest value, sorting, etc.
There is more
//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

1 answer(s)
L
LoliDeveloper, 2020-08-24
@LoliDeveloper

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 question

Ask a Question

731 491 924 answers to any question