# Functions
CredentialsPath returns a canonical path to the credentials.json file.
VerifyAuthToken checks if the request contains a valid Firebase Auth token.
# Structs
RequireAdmin is an http.Handler which wraps another handler, requiring users to be admins before accessing this handler.
Status consists of the fields that will be returned on successful authentication.