Firebase Remote Config
Learn how to configure Firebase remote for your web Firebase SDK.
We'll cover the following...
Firebase remote config
Let’s leverage the work already done by the Firebase team on Firebase Remote Config. What started out as a feature for native apps is now also available for the web Firebase SDK. For now, we are going to focus on how to get started.
Client-side only
One important aspect to keep in mind before we embark on the journey of using Remote Config is that this feature is client-side only. This means that the server-rendered HTML will not include a feature, even if it is enabled according to the feature toggle configuration. It is only once the client-side code runs and fetches the Remote Config details then ...