Looking at the four prominent NoSQL database type (key-value pair, document store, graph store and Wide column store), in which category would Firebase's Realtime Database fall?
CodePudding user response:
Firebase Realtime Database is a hierarchical store of key-value pairs.