bugthesystem / FireSharp

An asynchronous cross-platform .Net library for Firebase
The Unlicense
696 stars 147 forks source link

issue with get #137

Open digitxo opened 5 years ago

digitxo commented 5 years ago

FirebaseResponse response = client.Get("test/test/name")

I'm trying to make this call and I keep receiving null.

Here is a screenshot of the database: image

aneudyp commented 4 years ago

try :

FirebaseResponse response = await client.GetAsync("test/test/name");

itsalfredakku commented 3 years ago

try :

FirebaseResponse response = await client.GetAsync("test/test/name");

This method is used to Retrieve Realtime databse