Firebase Remote Config not fetching latest version - firebase-remote-config

I want to test my firebase remote config in Unity but I'm having a problem. It's not fetching the latest version of datas until couple days later.
I had MinimumFetchInternalInMilliseconds set to 0, it did fetched but still get the older version. Anyone have any idea?

Related

Database failed to create: Error: Could not change password - Neo4j Desktop 1.4.3

I installed and used Neo4j 1.4.2 before, but when upgrading to 1.4.3, I can't create database. So, I uninstalled and installed again, it has same error. Error as below image.
This is my log file: https://drive.google.com/file/d/1UmzSgEuKWieDL8InLLwYFy8tGDOgHIBK/view?usp=sharing
I have the same problem when upgrading to a newer version of Neo4j Desktop. This what I did to fix it. The problem is there are some settings on the older version that is causing the issue.
Neo4j Desktop folder for example: C:\Users<mylogin>.Neo4jDesktop\
Delete the ENTIRE folder
Install the newer version

iOS App with IBM MobileFirst server , issue {"error_description":"Client authentication failed","error":"invalid_client"}

In Production, IBM MobileFirst server running with version 7.1.0.00.20180425-1124 and Project war file with version 7.1.0.00.20180425-1124.
Recent deployment of project war was deployed with 7.1.0.00.20161006-0540, unfortunately.
iOS throws below error:
{"error_description":"Client authentication failed","error":"invalid_client"}
Rolled back the deployment to avoid issues.
While investigating, there was an APAR with similar fix but the version used in the deployment doesn't include this APAR.
Question 1: If same version(7.1.0.00.20180425-1124) of MF Plugin used to build Project .war, will this issue be addressed.
Question 2: Where can I download the Eclipse Plugin of 7.1.0.00.20180425-1124?
Thanks in advance
It is not clear what steps you took to update your server. In your MobileFirst server Operations console , if you see the version as "7.1.0.00.20161006-0540" , then you should definitely update.
If that is the case, merely building a new project runtime war file in latest MobileFirst Eclipse Studio and deploying it will not help. The iFix level in the server will have to be updated too. You can use Server Config Tool or ANT scripts to update your iFix level as well to the latest while you deploy the new runtime war.
You can download the latest versions of the iFix ( Server and Studio plugin) in FixCentral.
Finally achieved by clearing out the keychain items and defaults which work light library has been internally maintaining.
So what's happening behind the scenes is the work light client is creating and maintaining some keychain items and also few user defaults. This is done for storing some information like session id's and stuff. Sometimes the data in the keychain or defaults is getting corrupted during the initial work light handshake with MFP server. In this scenario we get the above error. Once we clear them out and kill the app and launch again. the app will now behave as a new device.

IDEA 14 and Grails 3.x unindexed remote maven repositories found

I am importing a new Grails 3.0.1 application into IU 14.1.1 and receiving a warning that "unindexed remote maven repositories found":
Opening the repositories list and clicking update as suggested does not seem to do anything.
IDEA does not have Grails 3.x support yet according to this issue: IDEA-136970 Support for Grails 3.0.
Is there a workaround or should I just disable the warning until official support is released?
According to the release notes for 14.0.3 you should disable the notification and will be fine. Bug #134203

How to update a phone gap-app (iOS)

I have a working app, which I created a year ago - because its always difficult to update the app I waited for almost a year (bad idea)
Now that a lot has changed over the last few months I don't know where to start. And the Cordova-Website isn't very precise about that as well
I have xcode 5.1.1 and I guess Cordova 2.9 (I don't know exactly, so maybe you could tell me, how I get Info about my version)
Do I have to update my project from 2.9 to 3.0 to 3.1.0 to ...3.4.0
or is there a way to update it from 2.9.0 to 3.4.0 in one step?
After upgrading to 3.0 it's easy to upgrade to 3.4 using the cli. Simply use the command:
"cordova platform update ios".
See here for getting to 3.0: http://cordova.apache.org/docs/en/3.4.0/guide_platforms_ios_upgrading.md.html#Upgrading%20iOS
You could also simply create a new project with 3.4 and copy your relevant files from /www/ into it.

Core Data Migration for a Clean Install

Working on a project that has had a long history of development. There have been several successful core data migrations in the past (before I started working on the app). I'm now working on a few version which requires a manual migration (custom policy, all that).
The manual migration is working when upgrading from an existing version of the app. But if I uninstall the app and deploy the latest version, the app fails to launch with the error message, "Can't find mapping model for migration".
Any thoughts on what is missing in the configuration? do I need to provide a migration from "v1" to the latest version?
A fresh install shouldn't need to have a migration. If the app is copying over a "starter" database, that database should be updated and repackaged into the bundle to be copied over on a fresh install. It'd be like downloading an app from a website and it not being the latest version.

Resources