You can get your data using with get()
Last updated 5 months ago
db.get(path)
Path; Path is a string, split with dot and required.
let user = db.get("user.john") console.log(user) /* { name:"John", surname:"Doe", age:18 } */
If you have not setup check this page