API - Gerardo-Sullivan/dev-knowledge-book GitHub Wiki
API
Firebase Admin SDK
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>"