DEV Community

Discussion on: Simple Login Flow in Flutter, then Firebase - Part One

Collapse
 
hwcjd profile image
hwcjd

Hello Aaron,

Great article!
I want to add on the comment of camillo777.
His comment is correct, however I see that the type <AuthService> has disappeared.
Because of HTML formatting. The correct output should be:
Provider.of<AuthService>(context).loginUser(_email, _password);