shyshkoff

Results 2 issues of shyshkoff

This error occur on firebase.init() I've found similar issue https://stackoverflow.com/questions/67908930/how-to-use-appevents-activateapp-in-12-0-0-version i've made change in node_modules/@nativescript/firebase/firebase.ios.js from: FBSDKAppEvents.activateApp() to: FBSDKAppEvents.shared.activateApp(); and now everything works fine. @EddyVerbruggen , could you check if...

Hi, @joanpablo. Thanks for you package it is great. Im facing one issue with FormArray of FormGroups. .patchValue() did not patch and .updateValue() throws an error. Could you please: 1....

bug