Initializing Firebase
In this lesson, we'll initialize Firebase using a separate class.
We'll cover the following...
We'll cover the following...
Importing Firebase
Let’s import Firebase from the library we installed earlier, and then use it within a new Firebase class to initialize Firebase with the configuration we saw in the previous lesson:
That’s all we really need for a Firebase configuration in our application.
Production vs. Environment
Optionally, ...