Getter uid being called on null in flutter fire
问题 I am trying to concatenate two UID's in order to create a chatroom. One uid is being read from firebase while the other is read from the FirebaseAuth.instance. The clientUID is being assigned as it should, as I am passing it to another page on a Text widget. However the chatroom is not being created in the firestore tree so I assume this should be because of the instructor uid. Maybe I am not calling the FirebaseAuth.instance as it should? Code: class ClientiPage extends StatefulWidget {