firebase-remote-config Questions
7
I have already set the minimum interval to be 0 when in Debug mode.
Currently what I do to fetch new data is by clearing the app storage first before launching the app.
Here is my code:
private f...
Intermix asked 14/2, 2020 at 2:43
38
Solved
We're seeing a few exceptions with the message Default FirebaseApp is not initialized in this process com.example.app. Make sure to call FirebaseApp.initializeApp(Context) first. in our Android app...
Rachele asked 17/10, 2016 at 8:19
4
Solved
I want to clone an existing Firebase project, lets name it ProjectA that previously exists on Firebase console with some Remote Config data to another new project(without any Remote Config data), l...
Certie asked 28/9, 2016 at 6:8
3
Solved
I'm trying to set up my production application to use remote config, but I'm getting a FirebaseRemoteConfigFetchException. This project is already deployed, we use FCM, Crashlytics and Dynamic Link...
Catchword asked 9/2, 2019 at 4:48
1
I had made new menu for my app and I have made A/B testing to optimize my revenue. I have set ad_impression as a goal.
I see in A/B testing console that new menu is worse for ad_impression:

I h...
Methylal asked 20/3, 2018 at 22:35
5
I'm trying to implement Firebase Remote Config :
override fun onCreate(savedInstanceState: Bundle?) {
val configSettings = FirebaseRemoteConfigSettings.Builder().setDeveloperModeEnabled(BuildCon...
Butter asked 28/5, 2016 at 16:0
2
I'm trying to get an A/B test with Remote Config up and running and I'm having some trouble with the iOS part. After setting the experiment up as described in the documentation it doesn't seem to w...
Avelar asked 8/3, 2018 at 16:21
3
Solved
I am trying to create an experiment using Firebase remote config.
The criteria is as follows:
It should target only new users who have not used the app ( opening the app for the first time)
Now o...
Fluxmeter asked 23/11, 2017 at 10:59
4
I am facing an issue wherein I needed to use FirebaseRemoteConfig for my iOS app. I included the following pod:
pod 'Firebase/RemoteConfig'
Now when I am running the command on terminal:
pod i...
Vanmeter asked 27/12, 2019 at 10:31
0
I'm trying to fetch remote config values on first login (and not only after minimumFetchIntervalMillis expires), this is what i do (pseudo):
yield firebaseConfig.setConfigSettings(15 mins)
yield fi...
Potbelly asked 6/2, 2023 at 17:40
2
I use Firebase Remote Config to compare app's version to update, but I can't get Remote Config value.
How can I get value like array json with swift?
Here is My value
[
{
"version": "1.0.4",
"st...
Alveraalverez asked 18/10, 2019 at 2:30
2
Solved
I am a novice to Android app development and Firebase.
I want to know how can I get the value (String & Int) in the JSONArray file stored in Firebase Remote Config.
I use Firebase Remote Config...
Roller asked 17/11, 2021 at 21:57
2
I'm using Firebase as a simple game-server and have some settings that are relevant for both client and backend and would like to keep them in RemoteConfig for consistency, but not sure if I can ac...
Berthaberthe asked 29/4, 2017 at 10:58
12
Solved
I'm trying to have a remote config parameter using the new Remote Config feature of Firebase, and I'm having an issue.
Here's my Remote Config console:
I'm doing a fetch and update in my Applica...
Bellerophon asked 18/5, 2016 at 23:20
3
Solved
so I set Firebase remote config default in my iOS like this:
let remoteConfig = RemoteConfig.remoteConfig()
// set remote config default value
let defaultRemoteConfig : [String:NSObject] = [
"nu...
Bonaire asked 21/2, 2020 at 9:40
1
Unable to select user property inside remote config in firebase, it is greyed out
Boulevard asked 30/8, 2021 at 12:6
2
I configured Firebase Remote Config A/B testing for Android, and we did rollout on at least 10K devices.
For some reason, I see "0 users" in my A/B test after more than 24 hours.
Firebase GMS vers...
Shoeshine asked 15/3, 2018 at 23:53
0
I have an expo app and tried to add Firebase support to use their remote-config service. I am testing it in this code
// Import the functions you need from the SDKs you need
import { initializeApp ...
Myeloid asked 8/6, 2022 at 10:54
2
I'm trying to make a condition to only target some specific App build and greater. For example I want to target App version 26 and above. Is that possible to do? what is the right syntax for the re...
Outgoing asked 16/9, 2017 at 13:17
5
I'm using Firebase Remote Config to fetch data when app first open for the first time. But problem is I cannot fetch data on first start of the app. onComplete() method triggers but returns no valu...
Butterflies asked 11/8, 2016 at 13:40
6
Solved
I am a novice to Android and Firebase.
Is it possible to declare an array inside the the Parameter key of Firebase Remote Config?
I want to provide some promotions to some specific models/mobile ...
Grover asked 13/2, 2017 at 10:34
2
I'd like to A/B test a feature on our web app, which uses Firebase. When setting up the A/B test, I noticed that it's requiring me to select an "app" (I also have a native app), but I'm t...
According asked 27/10, 2020 at 18:51
6
I'm trying to set up Firebase Remote Config for my project.
I added Firebase via the Assistant. I added values to the server values on Google Cloud Console:
I've created default values xml in re...
Crosscrosslet asked 21/3, 2017 at 19:15
1
I'm trying to implement Firebase Remote Config for some features to control them remotely. The problem I'm facing here is that the country condition I'm setting up is not working as expected. To te...
Mucky asked 15/1, 2019 at 8:51
2
Solved
Are there some alternatives to Firebase Remote Config?
I need to deliver an App for chinese market and I'm not sure that it will work
Arlettearley asked 23/1, 2019 at 9:35
1 Next >
© 2022 - 2024 — McMap. All rights reserved.