Relative Content

Tag Archive for androidflutterfirebasedartgoogle-cloud-firestore

How do you save user data to firestore database?

When using the iOS simulator to run my app when i register users their email and uid gets saved to the auth. But the users data does not get saved to the firestore database to create a collection.

How can I ensure proper conversion of messages in my Flutter chat app?

I’m encountering a problem in my Flutter (Dart) code for a chat group I’m building. The issue arises in the chat screen where, upon testing, all messages appear on the right side, even when sent by different users. How can I ensure proper alignment of messages in my Flutter chat app, where messages sent by different users appear on the correct side of the screen, and include relevant user information such as sender name and timestamp? I’ve included the relevant code snippets below. Any assistance would be greatly appreciated. Thank you!