Cloud function that waits 1 hour after a document is created and if a field is not updated ({accepted:bool}), Delete that Order Document
I want a cloud function that waits 1 hour after a firestore document is created then deletes the document if a certain field hasn’t changed. Typescript