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?
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.
It seems Faunadb is actively adding real-time capabilities now(official announcement).