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
Though we could try to do a minor version upgrade to get the security patch, this does not seem to be a longterm sustainable solution as we may require a v3 feature one day
Solution: migrate to Axios, with the benefit that it matches the library we use in the frontend
Acceptance Criteria:
All node-fetch API calls are replaced with Axios equivalents in backend/typescript/utilities/firebaseRestClient.ts
There are no breaking changes (you'll want to test the sign-in, sign-in with Google, and refresh functionalities)