KenAragorn / create_flutter_provider_app

A boilerplate project created in Flutter using Provider and Firebase.
MIT License
400 stars 117 forks source link

How to manage user settings from firebase ? #18

Open pbouttier opened 1 year ago

pbouttier commented 1 year ago

Hi,

In this architecture if we wanted to have global parameters for a specific user, stored in firebase, how would you do it?

Make another widget / stream + provider like widgetAuthBuilder, below this one? Or is there a better way? Overload the "flat" user from firebase ?

I'm a little lost, if you can clarify this :)

Thanks