Skip to content
Advertisement

Tag: google-cloud-firestore

Get all the documents from a collection firebase angular/typescript [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 2 years ago. Improve this question Hello everybody I am check in the official webside of firebase how to

Change the field value in Firestore automatically after a certain time [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago. Improve this question I’m working on Javascript and here’s how’s my data looks like. I want the functionality where after every 24 hours,

Method for coverting all Firestore Timestamps in a snapshot to JS dates?

How would you write a method to convert all Firestore Timestamps in a snapshot to JavaScript Dates? For example, a snapshot from a posts collection might return a couple Firestore Timestamps (createdDtTm, modifyDtTm): Converting the individual dates is simple enough by mapping over the array and using the toDate() method for each Timestamp (e.g., createDtTm.toDate()) But what is a more

Advertisement