homotopy-io / homotopy-rs

A Rust/WASM implementation of homotopy.io
https://homotopy.io
BSD 3-Clause "New" or "Revised" License
76 stars 5 forks source link

Project CRUD functionality #731

Open regular-citizen opened 1 year ago

regular-citizen commented 1 year ago

We need to be able to create, read, update, delete projects on Firebase storage.

They need to be assigned unique IDs and be associated with a given user.

This needs to be hooked to the UI for #513, #728 , #729, #730.

regular-citizen commented 1 year ago

Related to #71