julianburr / react-firebase-context

A basic set of components that help dealing with Firebase services
MIT License
43 stars 5 forks source link

RealtimeDatabase and its querying #3

Open qalqi opened 5 years ago

qalqi commented 5 years ago

react-firebase-context doesn't seem to support the firebase real-time database. Can you please add it features roadmap along with examples

Thanks

julianburr commented 5 years ago

Hey, can you explain what you mean? It supports firestore, which is the new "version". Do you mean the old realtime database version?

qalqi commented 5 years ago

Yeah. There are two different databases serving two different purposes under firebase services. 1) Realtime Database ( Currently Not supported with react-firebase-context) 2) Cloud Firestore ( Currently supported with react-firebase-context )

Firebase offers two cloud-based client-accessible database solutions that support realtime data syncing

julianburr commented 5 years ago

Gotcha, I'm not actively planning to implement that, but I'll leave the issue open for anyone else to contribute and add it :blush: