appsup-dart / firebase_dart

A pure Dart implementation of the Firebase client
Other
91 stars 30 forks source link

Add firestore support #21

Open hmbenhaim opened 2 years ago

hmbenhaim commented 2 years ago

Hi thank you for your package, I just wander if you going to firestore support in this package any time soon, Thank you.

worldwidee commented 2 years ago

yes when it supports firestore it will be a perfect package <3

rbellens commented 2 years ago

Thanks. I'd like to add support for firestore, but as this is a hobby project, I don't currently have the time to do so. However, if you really need it, you could consider sponsorship. That would allow me to dedicate more time to this project.

worldwidee commented 2 years ago

I wish i could do that. I couldn't earn money yet. You helped a lot to who already have a mobile application using firebase and want to make a desktop version . I am devoloping the app for all platforms. And thank to you, i am using firebase storage in desktop version. Firebase should have develope desktop version long before. Luckily flutterfire decided to develope desktop version but its extremly slow.

hotdang-ca commented 2 years ago

@rbellens I would love to help implement this by contributing, though I would need some pointers on getting started.

rbellens commented 2 years ago

Hi @hotdang-ca , would be great.

What info would you need?

hotdang-ca commented 2 years ago

Maybe just an annotated walk-through on how the bootstrap works (initialization --> ready).

oh and, free time :D free time would be great!

rbellens commented 2 years ago

hi @hotdang-ca

I've created a dummy implementation based on the flutterfire api interface (in branch feature/firestore).

It has many missing implementations, but getting a document from the server (without authentication) works already. See the example in the example directory.

I guess, you can start filling in many of the missing implementations quite easily. To implement the more advanced features (e.g. caching), you'll probably need to base the implementation on the official android or js repos.

MiniSuperDev commented 1 year ago

hello, is there any progress in the implementation of firestore?

WH-Creations commented 1 year ago

Is this project still actively supported/alive?

rbellens commented 1 year ago

yes it is, but support for firestore is currently not in the pipeline. I do welcome pull requests. You could have a look at the feature/firestore branch which contains a very basic implementation for firestore. You could also consider sponsorship. That would allow me to spend more time on this project and give this feature priority.