TheFlyer1983 / facerecognitionbrain_vue

A Vue app of the React App facerecognitionbrain
https://smart-brain-pl.netlify.app/
1 stars 0 forks source link

Migrate User Profiles #87

Closed TheFlyer1983 closed 1 year ago

TheFlyer1983 commented 1 year ago

Description:

The user profile is usually held in a PostgreSQL database accessed via the Express server app. This data now needs to come from the Firebase Realtime Database. So the API calls now need to point to Firebase.

Acceptance Criteria:

Out of Scope

TheFlyer1983 commented 1 year ago

Merged to Dev