Skip to content

Instantly share code, notes, and snippets.

@ThomasLocke
Created August 8, 2014 09:16
Show Gist options
  • Save ThomasLocke/669091ec56b315e44856 to your computer and use it in GitHub Desktop.
Save ThomasLocke/669091ec56b315e44856 to your computer and use it in GitHub Desktop.
Google Cloud Datastore Dart example, getDatastore() GCE
console.Datastore getDatastore() {
final ComputeOAuth2Console oauthClient =
new ComputeOAuth2Console(Config.projectNumber);
return new console.Datastore(oauthClient)
..makeAuthRequests = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment