osu-cs492-w23 / final-project-team-11

final-project-team-11 created by GitHub Classroom
0 stars 2 forks source link

Setup a DB to house the Note Title and Note Contents #7

Closed cdgco closed 1 year ago

cdgco commented 1 year ago

https://firebase.google.com/docs/firestore/query-data/get-data#kotlin+ktx_2

cdgco commented 1 year ago

SDK has been added to project in bce0ee8. Database structure will depend on whether or not we implement authentication. If so, notes will be saved in collection "users//notes" otherwise, we can just store them in the collection "notes". Will use firestore database.

cdgco commented 1 year ago

CRUD API is almost done, just need to add delete which I'll wait for the action menu to be added before implementing.