cachapa / firedart

A dart-native implementation of the Firebase Auth and Firestore SDKs
https://pub.dev/packages/firedart
Apache License 2.0
174 stars 62 forks source link

How to upload an image? #100

Closed SeriousGeorge closed 1 year ago

SeriousGeorge commented 1 year ago

How do you upload an image with flutter/dart? Is there a storage reference?

cachapa commented 1 year ago

Firedart does not implement firebase storage. Currently only auth and database.

SeriousGeorge commented 1 year ago

Ah I see. Are thery any plans from your side? I'm searching for a windows desktop solution to upload images to firebase storage. Is there in any chance an additional package that could be combined with yours?

cachapa commented 1 year ago

There was an attempt at implementing it in #32 but it was never completed and I'm not sure it even works anymore.

I don't have plans to pick it up since this project is currently on maintenance mode. I'll be happy to review contributions though.