Skip to content

Get Firebase Credentials

danielle161 edited this page Oct 8, 2021 · 2 revisions
  1. Go to console.firebase.google.com
  2. Go to WDCC-UADS project.
  3. Go to Project settings.
  4. Go to Service Accounts tab.
  5. Scroll down and click on generate new private key.
  6. Create folder called config in backend.
  7. Add credentials file generated to config folder.
  8. Set the GOOGLE_APPLICATION_CREDENTIALS environment variable to the file path of the JSON file that contains your service account key: For example, Windows Powershell: $env:GOOGLE_APPLICATION_CREDENTIALS="C:\Users\username\Documents\UADS_Backend\config\service-account-file.json" Linux or macOS: export GOOGLE_APPLICATION_CREDENTIALS="/home/user/Documents/UADS_Backend/config/service-account-file.json"

WDCC logo

Event Registration Project

Clone this wiki locally