In this lesson, we'll manage usernames for our live chat application by creating and managing React user interface elements that allow users to create and update a username. We'll also use Supebase's upsert method to update username's in our database.
Nice tutorial. A question, does superbase provide an API to unsubscribe to changes? It might be useful to do some clean-up to avoid memory leaks when the components unmounts. But so far, looking good; great job.