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.
Order history from FirebaseFirestore isn’t appearing when I’m trying to display it at profile page
This an medicine application. Everything is working fine. Firebase is connected with project successfully. Orders made through this app also appearing at Firebase. But when I’m trying to display of current user (loged-in) order history at his profile page it is not appearing.
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!