A-Justice

Results 5 comments of A-Justice

I went over to node_module/@nativescript/firebase/firebase.ios.js. changed `firebase.firestore.batch = () => { ensureFirestore(); return new firebase.firestore.WriteBatch(FIRFirestore.firestore().batch()); };` to `firebase.firestore.batch = () => { ensureFirestore(); return firebase.firestore.WriteBatch(FIRFirestore.firestore().batch()); };` Solved my problem

I found this in the videoplayer.android.js file of the plugin in node_modules onPlayerError: function (error) { }, so i assigned a callback function to the global object in my component...

I also cant find a way to do this .. help please