You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.
Describe the bug
Using remote config activateFetched returns null in iOS but returns true in android
window.FirebasePlugin.fetch(600, () => { window.FirebasePlugin.activateFetched(function (activated) { console.log('Activate fetch result', activated) //Always null on iOS window.FirebasePlugin.getValue(configName, (res) => { console.log("Get value result", res) resolve(res); }, error => { console.log("Get value error ", error); reject(error); }); },error => { console.log('Activate fetch error', error); reject(error); }); },error =>{ console.log('Ferch Error', error) reject(error); });
Plugin Version
"cordova-plugin-firebase-lib": "3.3.0",
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: