Skip to content

Instantly share code, notes, and snippets.

@bezysoftware
Last active January 3, 2017 13:48
Show Gist options
  • Select an option

  • Save bezysoftware/f6391080de18056d0a2de72d0621cb6f to your computer and use it in GitHub Desktop.

Select an option

Save bezysoftware/f6391080de18056d0a2de72d0621cb6f to your computer and use it in GitHub Desktop.
var firebase = new FirebaseClient(
"https://dinosaur-facts.firebaseio.com/",
new FirebaseOptions
{
AuthTokenAsyncFactory = () => "token value"
});
var dinos = await firebase
.Child("dinosaurs")
.OnceAsync<Dinosaur>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment