sidferreira / aor-firebase-client

Firebase client for Admin on Rest
MIT License
57 stars 29 forks source link

Not working with the new Firestore (former Firebase DB) #31

Open concernedrat opened 6 years ago

concernedrat commented 6 years ago

Any plans to support the new React Admin and Firestore?

bvivek20 commented 6 years ago

Guys, any plans of supporting firestore?

jesster2k10 commented 6 years ago

@bvivek20 @georgerb I would say it wouldn't be that hard to do. I'm going to attempt it myself, what you should look at is the methods.js file as that's where the Old DB code is.

concernedrat commented 6 years ago

yeah @jesster2k10 I did it but was hacky AF. Firestore has new features and the pagination is a little bit annoying which makes the porting a little bit harder.

sidferreira commented 6 years ago

@georgerb @bvivek20 @jesster2k10 I'm trying to setup some time to work on it in the coming days. Sorry the delay so far.

concernedrat commented 6 years ago

@sidferreira yo! you rock! thanks for sparing a little bit of time on this!

concernedrat commented 5 years ago

Hi. Any updates?