Build a CHAT APP in VUE and FIREBASE using Vue's Composition API
Video Statistics and Information
Channel: Tyler Potts
Views: 13,775
Rating: 4.9555554 out of 5
Keywords: webdev, javascript, javascript wizard, wizard, css, sass, scss, js, vuejs, vue, reactjs, website development, website design, app dev, app, app design, app development, mobile app, native, web developer, app developer, developer, programmer
Id: 72Fk9i9HcZM
Channel Id: undefined
Length: 33min 27sec (2007 seconds)
Published: Fri Dec 04 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
I don't really know firebase all that well but in this example the user supplies the username for the message, meaning anybody could write in anybodys name.
Is a proper implementation of this (ie a message is created using an auth token or a session or whatever) doable with firebase out of the box or do you need to use serverless functions for that?