react-firebase icon indicating copy to clipboard operation
react-firebase copied to clipboard

Look into how Firestore could be used in this library

Open einarlove opened this issue 8 years ago • 4 comments

einarlove avatar Oct 04 '17 12:10 einarlove

We'd need to split the HoC's and add <Firestore />. As we're using a query path and object syntax, we might be able to simply translate foo/bar/faz into db.collection('foo').doc('bar').collection('faz')

simenbrekken avatar Oct 04 '17 12:10 simenbrekken

any updates?

tsiq-swyx avatar Apr 03 '18 23:04 tsiq-swyx

Sorry for the lack of updates. We've simply been too busy to add Firestore support right now. I'll update the README to encourage PRs for this feature

simenbrekken avatar Apr 06 '18 07:04 simenbrekken

I PR'ed something in to you but since then published it separately as react-firebase-firestore since you're busy. you could just direct people there : https://github.com/sw-yx/react-firebase-firestore and < http://npm.im/react-firebase-firestore>

On Fri, Apr 6, 2018 at 3:49 AM, Simen Brekken [email protected] wrote:

Sorry for the lack of updates. We've simply been too busy to add Firestore support right now. I'll update the README to encourage PRs for this feature

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/unfold/react-firebase/issues/50#issuecomment-379176198, or mute the thread https://github.com/notifications/unsubscribe-auth/AiT1go_A-ZLbkgt7sSnclvrSuVd6uFRkks5tlx4GgaJpZM4PtjLT .

tsiq-swyx avatar Apr 06 '18 16:04 tsiq-swyx