'How can I display different data (the data chosen by user) on a page for different authenticated users on ReactJs?

I am trying to build a website with Reactjs where user can log in and can save their favorite ads and I want to display those saved ads on a different page. How can I display different data on that page for every user? I used google firebase for authentication.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source