firebase.firestore().collection("polja").doc(documentId).get().then((snapshot) => { console.log(snapshot.data()) }).catch((e) => console.log(e))