Building a Realtime Chat App with Vue 3 and Firebase in 7 minutes

Today we will be combining the power of Firebase and Vue 3 to build a real-time chat application. Most importantly we will be looking at using firebase with Vue 3 composition hooks, setting up firebase authentication with google, and reading and writing to a firebase store in realtime. Not long ago building a chat app used to be hard. But nowadays we have tools like Firebase and Vue to make this super easy. ✨ SOCIAL ✨ Discord - Twitter - ⚡ RESOU
Back to Top