Get/Save documents from Firestore in Front end

Fredric Cliver
1 min readAug 21, 2020

--

In Firestore

To retrieve

Result

and this also same with previous

snapshot.docs.forEach((doc) => {
console.log(doc.data())
})

To save

--

--

Fredric Cliver
Fredric Cliver

Written by Fredric Cliver

13+ years in the digital trenches. I decode complex tech concepts into actionable insights, focusing on AI, Software Engineering, and emerging technologies.

No responses yet