MichaelJAliberti / SeniorDesignShort

The repo for Michael Aliberti's and Julia Zeng's Senior Design introductory project
1 stars 0 forks source link

Firebase recipes #12

Closed MichaelJAliberti closed 3 years ago

MichaelJAliberti commented 3 years ago

Added the ability to upload recipes per user to firebase; uploading corresponds to the new security rules (document id must match user email and must contain the firebase user id in the "ownerId" field)

MichaelJAliberti commented 3 years ago

The included method in camera page for updating the db is a template for adding recipes, and is intended to be changed.