Since Notflix was chosen to include simple login systems, firebase was chosen as it was very easy to implement a simple login system, as well as this react was chosen to allow for scalability and reusability since netflix has a lot of dynamic components that are very similar i.e the home page cards
One of the biggest issues was dealing with api keys, since the api i used required a key, this meant that hardcoding the key into my code would make the key extremely vulnerable so in order to combat this, i searched around online and discovered that react supported env variables so after reading up on react documentation i was able to create a process.env file and secured the api key that way.