ChadStrat
ChadStrat
hi wondering if you resolved this and how? I am experiencing this in iOS w/firebase ^v11? works on Android.
+1000. please!!!!
ahhhh yes. just what I was looking for. do we know if someone is working on a PR to fix this?
node_module/@nativescript/firebase/firebase.ios.js. ``` firebase.firestore.batch = () => { ensureFirestore(); return new firebase.firestore.WriteBatch(FIRFirestore.firestore().batch()); }; ``` should be ``` firebase.firestore.batch = () => { ensureFirestore(); return firebase.firestore.WriteBatch(FIRFirestore.firestore().batch()); }; ```