firebase-remote-config Questions

3

Solved

By default the firebase remote config cache expires after 12 hours, but i want to know what is the minimum cache Expiration time for firebase remote config.
Griceldagrid asked 6/8, 2016 at 9:55

1

Solved

When I update my app version, will the firebase remote config cache resets and fetches new values or uses the existing cache, until the cache expires on set time
Alumina asked 16/3, 2018 at 20:36

4

Solved

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....
Justicz asked 12/7, 2016 at 5:57

3

Firebase console support easy way to configure remote configuration parameter. In our app we have remote configuration different per user, and those configuration are set on our own web portal. ...
Marlinemarlinespike asked 22/5, 2016 at 12:14

3

Solved

Trying to find a server to server (preferably in python), to connect with Firebase remote config. Actions: View and edits. found this useful pip, It contains the autentication, database and stor...
Juxtaposition asked 9/4, 2017 at 9:3

1

Solved

I am going to develop a react-native app.I want to make some good decisions of choosing the technology stack before I begin my work. Features I am sure about: 1) For users authentication,datastor...

1

Solved

We've started an AB test using Firebase remote config. It's been over 24 hours, and it's showing "Total Users: 0" when there should have been tens of thousands of DAUs assigned to each variant. ...
Yl asked 21/2, 2018 at 21:1

0

I'm trying to implement Firebase remote config into unity project. This is the only script that's running: using System.Collections; using System.Collections.Generic; using UnityEngine; using Fir...
Chromogenic asked 30/1, 2018 at 12:43

3

Solved

I have created and started an A/B Test on Firebase Remote Config 2 days ago on my iOS app with this code: [FIRApp configure]; [FIRRemoteConfig.remoteConfig fetchWithCompletionHandler:^(FIRRemoteCo...
Emblazon asked 17/11, 2017 at 10:46

3

Solved

I have an app in which a user can have a "paid" or "free" status. A user can switch from "free" to "paid" (if he does an in app purchase) or from "paid" to "free" if he stops to pay its subscriptio...

0

I have been reading a lot of articles in regards to security and other parties reverse engineering your app and then flooding your APIs etc. For my current (nativescript) app I am using Fire...

0

I'm trying to implement calling Firebase Remote Config fetch() method in onStart(). I thought it would be quite easy but after few attempts it isn't. First of all, I want to check for new config v...
Socman asked 20/5, 2017 at 21:43

1

When I want to perform an A/B test with "Firebase Remote Configs" I assign 50% of the users a value "GroupA" and the other receives "GroupB" using the percentile condition. According to the docume...
Gymkhana asked 11/10, 2016 at 12:50

1

Solved

When/where is this "FirebaseRemoteConfigFetchThrottledException" thrown? Unfortunately we launched our Apps by keeping the RemoteConfig in developer mode. One of our Apps is working fine, but anot...
Kareem asked 5/5, 2017 at 13:1

1

Solved

We'll start to new project using the Firebase. First of all, I'll try to set static like app version) to remote config to check the lower version in app-side. So, I'd try to search the limitatio...
Ergot asked 24/4, 2017 at 4:32

0

In wi-fi networks, which require authorization, firebase callback works after 3 mins with Fail. How to set timeout for it?
Sappanwood asked 25/3, 2017 at 8:38

1

Solved

I'm exploring using Firebase's "User in random percentile" condition to target different segments of a customer-base for A/B testing and have a few questions after reviewing the Firebase Remote Con...
Voyles asked 25/1, 2017 at 23:54

1

Solved

How long does it take for a remote config to push? I have the following code, which continues to print false and the old value for at least a few minutes after pushing a new update on the web. rem...
Dykstra asked 19/9, 2016 at 23:28

1

Solved

I integrated Firebase into my Android project, to get a different parameter value for different application user. I did the following: Setup users in my Firebase Project Created audiences to matc...

1

Solved

I'm trying to setup firebase remote config for release mode by setting developer mode to false. But with cache expiration time less then 3000(may be a bit less, determined it experimentally) second...
Acord asked 28/7, 2016 at 10:37

3

Background I try to use Google's new Firebase services, for A/B testing. For this, we need to use both Firebase Analytics and Firebase RemoteConfig. The problem Using FireBase RemoteConfig, I wa...
Gustavo asked 23/6, 2016 at 14:38

1

Just started using the Firebase Remote Configs and could not find in the docs where it states the limit to the number of config parameters for one project. Anyone on the team know ?
Gonion asked 24/5, 2016 at 15:28

3

Solved

I've tried to make an audience in Firebase Analytics, with "App Version" set to "contains 'debug'". The debug version of my app appends "-debug" on the end of the Version Name string. When I run t...
Zapata asked 26/5, 2016 at 1:46

© 2022 - 2024 — McMap. All rights reserved.