Skip to content

Commit 5ab1bc7

Browse files
Updating incorrect link
1 parent 7a2a249 commit 5ab1bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

delete-old-child-nodes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This sample shows how to remove child nodes older than 2 hours from a Firebase D
66

77
See file [functions/index.js](functions/index.js) for the code.
88

9-
Note that this code only runs when triggered by a write to the list. This means that if nothing gets written for a while, the list may still contain outdated items. If that does not match with your use-case, you should modify the code to trigger based on a time-interval as shown in [this sample](../child-count).
9+
Note that this code only runs when triggered by a write to the list. This means that if nothing gets written for a while, the list may still contain outdated items. If that does not match with your use-case, you should modify the code to trigger based on a time-interval as shown in [this sample](../delete-unused-accounts-cron).
1010

1111
The dependencies are listed in [functions/package.json](functions/package.json).
1212

@@ -28,4 +28,4 @@ The example uses the database structure shown below:
2828
...
2929
```
3030

31-
The default cutoff interval is 2 hours, meaning that items older than 2 hours are deleted. You can modify the code to match your database structure and cutoff requirements.
31+
The default cutoff interval is 2 hours, meaning that items older than 2 hours are deleted. You can modify the code to match your database structure and cutoff requirements.

0 commit comments

Comments
 (0)