7

Wondering if faunadb support realtime, which is a big thing firebase supports?

I noticed faunadb support graphql but without subscription supported.

Sorry if this question is naive?

Ron
  • 6,037
  • 4
  • 33
  • 52

2 Answers2

9

Fauna doesn't as of Oct 2019 support streaming push updates. However, fauna does allow you to poll very cheaply the history of of documents, allowing for change feeds to be built. Streaming is being worked on and I imagine this answer will be edited in the not too distant future.

benjumanji
  • 1,395
  • 7
  • 15
2

It seems Faunadb is actively adding real-time capabilities now(official announcement).

  • 1
    Note that StackOverflow does not consider externally linked content as part of an answer. So your answer shrinks to "Things are changing now.", which might only be considered as an answer with generous flexibility. Please consider summarising the announcement and maybe making more obvious that it is from "the source". (Hmm, okay, "official" goes a long way towards that last part, I admit.) – Yunnosch Dec 14 '20 at 11:18