NewcastleRSE / dolfin-flutter

The Flutter-based app for the Dolfin Project
1 stars 0 forks source link

Children appear to all users #3

Closed markdturner closed 2 years ago

markdturner commented 2 years ago

When registering a new account users can see all previously added children. I'm not sure if this is an config issue in Flutter or in Firestore.

mdsimpson42 commented 2 years ago

Children were not stored with a parent ID. (Tasks in todo app seem to have no concept of their owner either, so it would never have worked!

Fixed in Commit on features branch.