You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AlexanderWangY opened this issue
Feb 25, 2024
· 1 comment
Assignees
Labels
Backend📡Issues corresponding to the backend/API.MediumYou should have some familiarity with our codebase to work on this issueRefactorRewriting functions, changing names, improving code readability, reducing complexityTestingChanges made to test files & suites
Currently, the unit tests use the web modular api with the 7 api-keys used to run those unit tests. However, we need to migrate this over to firebase-admin with a private.json key that needs to be stored securely.
Tasks:
Refactor pipeline to reflect firebase-admin changes
Ensure current working state passes these tests
Familiarize yourself with main.yaml in the .github folder
The text was updated successfully, but these errors were encountered:
AlexanderWangY
added
Backend📡
Issues corresponding to the backend/API.
Medium
You should have some familiarity with our codebase to work on this issue
Refactor
Rewriting functions, changing names, improving code readability, reducing complexity
Testing
Changes made to test files & suites
labels
Feb 25, 2024
Backend📡Issues corresponding to the backend/API.MediumYou should have some familiarity with our codebase to work on this issueRefactorRewriting functions, changing names, improving code readability, reducing complexityTestingChanges made to test files & suites
Description:
Currently, the unit tests use the web modular api with the 7 api-keys used to run those unit tests. However, we need to migrate this over to firebase-admin with a private.json key that needs to be stored securely.
Tasks:
The text was updated successfully, but these errors were encountered: