Super Man

Results 13 comments of Super Man

@flanggut Thank you so much, been stuck on this for hours. Works like a charm! However I had the problem mentioned [here](https://stackoverflow.com/questions/60934005/clang-10-fails-to-link-c-application-with-cmake-on-macos-10-12). `clang` was complaining about an invalid option `-platform_version`....

This bug is probably caused by overwriting the window object. Others seem to have related issues (facebook/react-native#11297). Applying bfa9ed3 manually fixed the issue for me. Maybe @Salakar can add this...

If your fork is stable I'll use your fork. However I think a lot of others will experience the same problem. It would be better if the latest stable release...

Worked for me like this: ``` [collections.live] [[collections.live.indexes]] fields = [["username"]] [collections.views] [[collections.views.indexes]] fields = [["vid"]] [[collections.views.indexes]] fields = [["ip"],["vid"]] ``` However, in my opinion there should be an easier...

Hmm that's indeed not a nice solution. We are receiving more complaints about the image resize code. I'll try to fix it!

Sorry for my late reply. I'll check this PR asap. Because we are thinking about adding a preprocess step, where you can do stuff like cropping and resizing for images...

@fweffort thanks for opening this issue. I will try to look into it this weekend. I guess you could already fix this by overwriting the onChange function and calling the...

Oo, but you don't have to edit my code at all. The fix I'm suggesting is no change in this library, just a change in the code on your side....

Whoops accidentally closed this issue. My bad

@fweffort I added a new functionality in the [preprocessing branch](/sprmn/react-firebase-file-uploader/tree/preprocessing). You can now add a `beforeUploadStart` property which allows you to reject uploads if for example the file type is...