Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle special case of application default credentials location #444

Merged
merged 4 commits into from
Jan 19, 2019

Commits on Jan 17, 2019

  1. Handle special case of application default credentials

    When the GOOGLE_APPLICATION_CREDENTIALS environment variable is pointed to
    the refresh token file created by 'gcloud auth application-default login',
    Firebase admin would error as it tried to parse it as a certificate.
    This fix doesn't attempt to parse the file as a certificate if the
    variable points to the refresh token file and instead just attempts
    refresh token file parsing
    yinzara committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    2342d84 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Configuration menu
    Copy the full SHA
    10deeaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30877e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2019

  1. Configuration menu
    Copy the full SHA
    1250b9c View commit details
    Browse the repository at this point in the history