Firebase 在幕后使用什么?

What is Firebase using under the hood?

我打算在一个项目中使用 BaaS,并且几乎确信会使用 Firebase。

我唯一想知道的是它使用什么作为数据库?

我知道它是一个 noSQL 数据库,在 JSON 中存储元素,a question on quora 提到 Firebase 曾经使用 MongoDB 作为数据库,但现在不再使用了。

所以我的问题很简单:Firebase 在底层使用什么来存储它的数据?

我只是在 interwebz 上闲逛发现了这个,在阅读你的问题之前:

https://groups.google.com/forum/#!topic/firebase-talk/Doi4MP_A81k

  1. The backend is proprietary. Since our data structure (a JSON-based tree) is pretty unique, it's pretty custom.

希望对您有所帮助!