julianburr / react-firebase-context

A basic set of components that help dealing with Firebase services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RealtimeDatabase and its querying

qalqi opened this issue · comments

commented

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

Thanks

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

commented

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

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