Hi Ishanga, thank you for the article. Newbie here :D. Where should I keep the logged in user data? Should I keep it in the AppService provider or in the AuthService? Sorry just trying to learn flutter and figure out what is going on.
Itβs better to use AuthService for keep the user data. You probably need to make variable for it and change Stream also to that type. And add some function to save and read user data from storage.