Clear Messages
This lesson covers how to delete all messages from the database which in turn erases them from your chat stream.
Set Up Your Clear Button
We start by creating an HTML button. We will add an id to it so we can attach an event listener.
Make an Event Listener
Since it’s a button, the event we want to listen for is click.
Place the Firestore Query Into the Click Event
To delete, we ...