How to check for null current user in Firebase for Flutter
Objective I am trying to display the name of a currently logged in user in my flutter app screen. If no user is currently logged in from this device, then a blanck would appear. This name is stored in a…