Does firebase use any nosql database behind the scenes like MongoDB? What backend technology allows you to use firebase?

As far as I know, the firebase database model is a key value storage model. As from the documents that I have seen so far, the database implementation is specific to firebase, but I found some comments on quora that it stores data in MongoDB, but did not find a clear answer, but was not sure. http://www.quora.com/What-are-the-backend-technologies-that-enable-Firebase

It still uses MongoDB to store its data. I did not find such documentation on the firebase website. Does she use it before, but does not use it now. What backend technology is used by firebase to store data and its query capabilities now?

+6
source share
1 answer

It seems that he was left unanswered. As far as I know, Firebase uses MongoDB as a backend, it said this when it was first released. Not sure if they changed it later. It should be the same thing I believe ... I was looking for the answer when I was looking for ways to monitor db cloud services like firebase and mongolab to view their API

+3
source

Source: https://habr.com/ru/post/989905/


All Articles