How to implement Firebase remote config in iOS
Change your app behavior without publishing a new release using Firebase remote config Introduction Suppose you want to change your app theme’s color daily, based on your random choice. So will you release a new build daily with different colors?No, right? That is practically not possible. Here comes the Firebase remote config. Firebase remote config allows you to change the behavior of your app on […]