Postgresql – Flutter Riverpod Firebase currentUser Provider not updated
I'm beginner in Flutter, Riverpod for the state management and firebase for the authentication. I'm looking to retrieve the logged user's email to pass to my postgres database and retrieve all the user information. In a first time, I just…