Ibrahim H. Sluma

Results 12 comments of Ibrahim H. Sluma

@oliver-moran @hipstersmoothie can you check that ?

Hello, sorry for late replay @rpearce I'm using `v16.15.1` but I've already fixed that issue, So I've fixed that issue by using [customize-cra](https://github.com/arackaf/customize-cra), it seems that the issue `babel.config.json` is...

This happen to me too, it was direct document onSnapshot: ```js collectionName() .doc('docA') .onSnapshot(snap => {}) ``` What happen here is I got the data at first then the function...

Sorry for not providing example code I was busy, I'll look into that and see what I can do

@taboulot I've added handing for mirrored ( flipped ) image exif, I've used those images to test on https://github.com/recurser/exif-orientation-examples Code test: https://gist.github.com/MrLibya/cabea9cbbb776cc5e77bf1a56df2d8d2

@taboulot anything else needed?

Hello @milaGGL , Yes it will be auto removed, you also can see that when commit I log the batch id, so its same id each time and also in...

@milaGGL In the firestore [documents](https://cloud.google.com/knowledge/kb/requests-terminate-in-60s-ignoring-new-timeout-value-000004805#cause) it state that remote server will terminate request after 60s, So it shouldn't keep going. I can't use set with merge because its batch so...