Firebase – Flutter: I'm getting the type 'Null' is not a subtype of type 'String' when I am using StreamBuilder
Hello guys I am using a stream builder to get data from fireStore collection to display some posts but I am getting an error saying type 'Null' is not a subtype of type 'String' and the value of the snapshot…