Skip to content

Instantly share code, notes, and snippets.

@adrian-afergon
Created June 16, 2018 11:12
Show Gist options
  • Save adrian-afergon/0078f050d21a6c9d6808bd6ceb05f813 to your computer and use it in GitHub Desktop.
Save adrian-afergon/0078f050d21a6c9d6808bd6ceb05f813 to your computer and use it in GitHub Desktop.
Get Role 2
function getRole(role) {
return get(/databases/$(database)/documents/users/$(request.auth.uid)).data.roles[role]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment