TheFlyer1983 / facerecognitionbrain_vue

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

Migrate the call to the Rank serverless function to the app #89

Closed TheFlyer1983 closed 1 year ago

TheFlyer1983 commented 1 year ago

Description:

Currently the call to the Rank serverless function is called by the express server. As the Firebase backend won't be able to call the function and return it to the app, the app will need call the function directly.

Acceptance Criteria:

TheFlyer1983 commented 1 year ago

Merged to Dev