Skip to content

Instantly share code, notes, and snippets.

@dergoegge
Created March 14, 2019 01:50
Show Gist options
  • Save dergoegge/1e9cbf980148ef3febecaf0eeeb0e1fa to your computer and use it in GitHub Desktop.
Save dergoegge/1e9cbf980148ef3febecaf0eeeb0e1fa to your computer and use it in GitHub Desktop.
const { google } = require('googleapis');
const rules = google.firebaserules("v1");
rules.projects.rulesets.list({
auth: "<my-api-key>",
name: 'projects/<my-project-name>',
}).then(res => console.log(res));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment