API - Gerardo-Sullivan/dev-knowledge-book GitHub Wiki

API

Azure Resource

Firebase Admin SDK

Docs

ReadMe

Navigate to Project Settings/Service accounts/Firebase Admin SDK and generate a new private key.

Set the environment variable GOOGLE_APPLICATION_CREDENTIALS to the file path of the JSON file that contains your generated private key

$env:GOOGLE_APPLICATION_CREDENTIALS="<PathToGeneratedPrivateKey>"

References