Similar to the frontend integration, in our backend we are doing the following:
- Using a node package manager or npm to install the Firebase commonJS library, where we will find all the necessary APIs.
- We're requiring/importing Firebase to be part our application, passing it to the configuration object that will hold all our API keys, links, and more.
- Lastly, we're initializing our application with the configuration object we just created.