fireproof-storage / fireproof

Realtime database, runs anywhere. Install Fireproof in your front-end app or edge function, and sync data via any backend.
https://fireproof.storage
Other
219 stars 16 forks source link

bug: fix limit of 1mb on file attachment CAR uploads #29

Closed jchris closed 5 months ago

jchris commented 9 months ago

this should be a simple fix, I think we are just calling the web3 storage API wrong.

once it is fixed we can remove this error.

jchris commented 9 months ago

just move the throw into web3 storage for now

jchris commented 5 months ago

fixed