Let's explain what just happened:
- First, we defined the default value that our application will use locally and simply passed that to our Firebase Remote Config object.
- Then, we called the fetch method so we could retrieve all those values from our console project. and called the activateFetched() function so we could wire up everything together.
- Because we're still in development and because we were afraid of our throttle modal, we added the developer settings so we could bypass that.
- We retrieved the value we got and tested the potential of using the Google Sign-in button.
- Finally, we set that property name over our Firebase project console and published it.
With that, we've successfully added a Remote Config to our iOS ...