Flutter Chat Application with Cloud Firestore and Firebase Authentication

preview_player
Показать описание
#Flutter #TensorProgramming #CloudFirestore

In this LiveStream, we will be building a simple Chat application with basic Firebase Authentication and a Cloud Firestore database to back up the messages.

Feedback is welcome

Feel free to support the channel:

Рекомендации по теме
Комментарии
Автор

Thanks to everyone who came out. Sorry about all of the complaining with regards to my wrist. Hopefully that problem will resolve itself soon.

TensorProgramming
Автор

I love how you explain everything. Very crystal clear!
I also can't believe you build a chat app in just one hour. Awesome!

andrianharrykennethwong
Автор

thank a lot it gives more advance steps of flutter

hashikamaduranga
Автор

Thank you tensor programming for a great video.

naomi-lorenzidoffou
Автор

your explanation is very good. thnk u for this video

kalharawimukthi
Автор

Thanks for the kind explanation. It is better to explain more about the server settings.

edwardwu
Автор

Hi great tutorial, but I've some problem with my data order. Can you help me why did my messages order is random, it suppose to be the latest message to be the most bottom. But instead it appear randomly on the screen.

WisnuWijokangko
Автор

Very Helpful, I wont mind if you would continue from this tutorial to implement the use of cloud storage and sending data and files. Thank you

bumbledex
Автор

Good tutorial men, flutter is just a new world for me. And its the better option if you have pc and want to build app for ios too

pepepriest
Автор

Thanks man for this tutorial
Please how can I get the user email on the app bar or title inside of the ones under chat?

anthonyjoshua
Автор

Thank you Tensor for this video, could you explain how to create a firestore database and how to use firebase authentication system?

NOnOx
Автор

hi tensor, firestore just show only Message for that user is log in, why? i need to see other messeges for other users in chat room

morim
Автор

Where is the backend linking part done...

krishnasai
Автор

Thanks for this Video, it helped a lot! I have a problem though, everytime I open the chat again, it shows the top (oldest message) instead of the bottom (newest message) first. how can I make it automatically start at the bottom when I open it?

olejohn
Автор

No need to save timestamps? and sort by it?

itssidhere
Автор

Hey tensor, I was wondering what you think of dart for a server sided application in comparison to go or node js?

rusteddarts
Автор

Very very good, however does anyone have any hints on how to structure it so that you can make separate private chat rooms and for others to see it, the creator of the chatroom will have to add them by user email?

Nokia-pxdp
Автор

can you help me when i send a message it Show randomly in my listview not ordered as i send

lyhassan
Автор

hi i just saw this pgm its nice but when i am trying to run this program i am not able to get any replay messages

Shinji
Автор

Very helpful video! I was wondering if you could make a tutorial on how to implement end-to-end encryption on the messages? I am creating an app with a message solution between two users, and this tutorial helped me a long way, but since every message is available in the firestore database without any encryption, I need a way to encrypt the messages before they are stored in firestore. Any ideas?

howtoget