Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Remote Config feature for web app (after Firebase expansion)

I am building a web application with Firebase and I saw they released their expansion with all great new features. However, the Remote Config section is now only available for Android and IOS apps. Is there a way to apply the remote config also on web app as well?

like image 303
user4550050 Avatar asked Jul 12 '16 05:07

user4550050


People also ask

What is Firebase remote config used for?

What does Firebase Remote Configuration do? Firebase Remote Config is a cloud service that lets you change the behavior and appearance of your app without requiring users to download an app update. When using Remote Config, you create in-app default values that control the behavior and appearance of your app.

Is Firebase remote config down?

Firebase Remote Config is currently experiencing an global issue where write calls to projects that are utilizing Cloud Function integrations may be failing. Elevated failure rate with Firebase Remote Config.

Is Firebase remote config real time?

Using the Remote Config background function triggering provided by Cloud Functions for Firebase along with FCM, you can propagate Remote Config updates in real-time. You create a function that triggers when you publish or roll back your Remote Config template from the dashboard or the API.


1 Answers

firebaser here

Since September 2019 it is possible to use Remote Config from your web applications. Have a look at Get started with Firebase Remote Config on Web to get started.

like image 105
Frank van Puffelen Avatar answered Oct 02 '22 14:10

Frank van Puffelen