We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
try :
FirebaseResponse response = await client.GetAsync("test/test/name");
Sorry, something went wrong.
try : FirebaseResponse response = await client.GetAsync("test/test/name");
This method is used to Retrieve Realtime databse
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: