firebase-remote-config Questions

1

Solved

Does Firebase A/B testing take into consideration user id which is set by FirebaseAnalytics.setUserId? Here is my use case: John Doe opens the app He signs in FirebaseAnalytics.setUserId is calle...

1

Are there any features available in Azure that is equivalent to Firebase Remote Config which allows roll out of features to a mobile app without a republish? I have looked at the Azure mobile and...

1

Solved

Remote Config getString() return different result between version 18.0.0 and version 19.0.0. I have tried setting org.gradle.jvmargs=-Dfile.encoding=UTF-8 systemProp.file.encoding=utf-8 in the ...
Byblow asked 2/9, 2019 at 9:40

3

I have some parameters that I want to be able to control without making an update. There are 2 options: Remote config -Fetching them with the default cache of 12 hours. Database - Making a config...

0

I have a project in which I have several apps (an iOS and an Android version for example). I used to define my Remote Config conditions based directly on user properties. For example, the language...
Forum asked 25/6, 2019 at 20:37

2

Solved

I am using Firebase Remote Config to store a secret key for a mobile app ( I do not want to include in client app due to security problems). The problem is I know that fetching config from server ...
Brott asked 19/6, 2016 at 19:0

2

Solved

I am trying to run an experiment to change the behavior of a element on app's step-3. In order for data to be accurate,I was planning to put activation event as event which completes step-2. Now fi...
Onesided asked 27/2, 2019 at 12:15

4

Solved

EDIT: I should emphasize, I have flavors, for which I don't want to use any of these Google services, and attempting to apply the google-services plugin in such a case, without having an applicable...
Exhort asked 15/8, 2016 at 19:50

1

Solved

I am adding Firebase Remote Config to an app and I am confused about the purpose of .setMinimumFetchIntervalInSeconds(...) & .setDeveloperModeEnabled(true/false) . The docs talk about a develop...
Ransom asked 7/5, 2019 at 9:15

2

Solved

I am facing an issue with the RemoteConfig param which has conditions. Most of the time, I get the default value at the first app open. After that, I get the other condition values. My conditions a...
Deccan asked 8/5, 2019 at 10:18

3

Solved

The Firebase API for RemoteConfig has several methods for assigning config values by namespace, eg (setDefaults(R.xml.rc_defaults, "Namespace")). I've got this to work in terms of separating config...
Lysimeter asked 22/6, 2016 at 3:29

1

I'm trying to integrate Firebase Remote Config into my Cordova application to force users to update if they have a minimum version, but importing the package causes an error. It can't be in the cod...
Cooperstein asked 31/1, 2019 at 20:33

1

I started to have a look on firebase remote config, I read the documentation and created a simple test application to understand how the cache works, but the behaviour is not clear to me. In the c...
Esau asked 4/3, 2019 at 14:23

2

I'm currently running an A/B test on a remote config value in Firebase. The target of the test is for users with a user property X that is contained in a regex. My problem is that I fetch the remo...
Dortch asked 6/2, 2019 at 22:7

1

Solved

I have a Flutter app and I am using remote config to retrieve some information, but the code throws an exception when fetching data. This is my method for setting up remote config. Future<Remo...
Hydrate asked 25/10, 2018 at 7:7

4

i have the following remote config_default.xml file <?xml version="1.0" encoding="utf-8"?> <defaultsMap> <entry> <key>LOCAL_JSON</key> <value>[{"title":"Ti...

2

Solved

We have two Audiences based on the User Property which value is either true or false. And we send different Push Notifications to these 2 Audiences. At one point user's property value can be chan...

0

I created parameter which returns true at Japan others false by using country/region condition. Then I fetched the parameter on my app, but the parameter is not changed w/o vpn connection to Unite...
Schulman asked 9/11, 2018 at 10:41

3

Even with debug enabled for RemoteConfig, I still managed to get the following: Error fetching remote config values Optional(Error Domain=com.google.remoteconfig.ErrorDomain Code=8002 "(null)" ...
Aeneas asked 30/12, 2016 at 14:53

2

Note: For clarification this is not the Firebase API Key, this may be more like a token...something that the client app possesses, and the server endpoint verifies. We are trying to do even better...
Grazynagreabe asked 24/8, 2016 at 14:51

1

Solved

I have a project in which I have to change remote config values of some parameters for each version. When I try to use version code while setting conditions in remote config, it is always grayed an...
Footed asked 26/9, 2018 at 9:48

3

I need to fetch JSONObject from default value of Remote config in Firebase. By FirebaseRemoteConfig.getString(), it gets converted to the String, but not in the JSONObject, saying org.json.JSON...
Samira asked 9/11, 2017 at 10:10

1

I'm using Firebase Remote Config, and I'm trying to wrap my head around the App Version conditions. https://firebase.google.com/docs/remote-config/parameters#rule_types says I must do String match...
Lucretialucretius asked 7/2, 2017 at 2:6

2

I am getting the following crash for a lot of users : Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Set java.util.Map.keySet()' on a null object re...
Kellum asked 21/2, 2017 at 8:20

1

I'm trying to implement Firebase Remote Config in my iOS app. Everything works fine, but there is a problem - a remote config always fetches data from firebase server, not from cache. I have tried ...
Pseudohermaphroditism asked 16/3, 2018 at 10:15

© 2022 - 2024 — McMap. All rights reserved.