Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Remote Config: activateFetched returns null in iOS #35

Open
craidencool13 opened this issue Jul 4, 2019 · 0 comments
Open

Remote Config: activateFetched returns null in iOS #35

craidencool13 opened this issue Jul 4, 2019 · 0 comments

Comments

@craidencool13
Copy link

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):

  • OS: iOS
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant