bizz84 / codewithandrea_flutter_packages

A collection of packages created to increase code reuse across many of my Flutter projects.

Home Page:https://codewithandrea.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Name and Email

enri90 opened this issue · comments

StreamBuilder(
stream: authService.onAuthStateChanged,

not work for update displayName and Email on stream

HELP