plinck / JustGroceries

Simple Grocery List App using firebase for persistance
2 stars 0 forks source link

Check the flow and observers and remember to dump when not in use #13

Open plinck opened 4 years ago

plinck commented 4 years ago

Make sure you kill observers on exit etc so they don't keep running. Need to find out when we need to dump them.

For firebase auth, it seems to happen in session. For realtime database, I don't have one yet for users but will for detecting presence.

For firestore I will have for grocery lists, items, stores, etc.