Firebase realtime database allowed to create refrence using
var reference = db.ref(path);
Is there any method exist in firestore so that I can create document refrence using path String.
If method exists how can I find path string in android and then how create document reference in node.js using that path.