Logout and Update Users with React and Supabase's upsert Method

Share this video with your friends

Send Tweet

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.

Joey Ng'ethe
~ 3 years ago

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.