adventures-in / chat_app

A group effort to build a chat app and learn as we go.
18 stars 0 forks source link

Move all accesses of the FirebaseAuth instance into an AuthService #240

Closed nickmeinhold closed 3 years ago

nickmeinhold commented 4 years ago

Is your feature request related to a problem? Please describe. Currently we access the FirebaseAuth instance directly in widgets.

Describe the solution you'd like Access the AuthService instead so code is all in one place.