Firebase Remote Config allows developers to optimize and customize their iOS, Android and Web apps on the fly.
We're seeing a few exceptions with the message Default FirebaseApp is not initialized in this process com.example.app. Make …
android firebase-remote-configI'm trying to have a remote config parameter using the new Remote Config feature of Firebase, and I'm having an …
android firebase firebase-remote-configI'm trying to setup firebase remote config for release mode by setting developer mode to false. But with cache expiration …
android firebase firebase-remote-configI am using Firebase Core and some other Features, but not Remote Config. Multiple times a second the following Output …
android firebase firebase-remote-configI'm trying to set up Firebase Remote Config for my project. I added Firebase via the Assistant. I added values …
android xml firebase firebase-remote-configI want to clone an existing Firebase project, lets name it ProjectA that previously exists on Firebase console with some …
firebase firebase-realtime-database firebase-remote-configEDIT: I should emphasize, I have flavors, for which I don't want to use any of these Google services, and …
android firebase firebase-remote-configI am building a web application with Firebase and I saw they released their expansion with all great new features. …
web-applications firebase firebase-remote-configI'm trying to implement Firebase Remote Config : override fun onCreate(savedInstanceState: Bundle?) { val configSettings = FirebaseRemoteConfigSettings.Builder().setDeveloperModeEnabled(BuildConfig.DEBUG).build() …
android firebase firebase-remote-configI am a novice to Android and Firebase. Is it possible to declare an array inside the the Parameter key …
android firebase firebase-remote-config