You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2nd-gen/delete-unused-accounts-cron/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ To set up the sample:
17
17
18
18
- Create a Firebase Project using the [Firebase Developer Console](https://console.firebase.google.com)
19
19
- Download this sample e.g. `git clone https://github.com/firebase/functions-samples`
20
-
- Enter the sample directory `cd functions-samples/delete-unused-accounts-cron`
20
+
- Enter the sample directory `cd functions-samples/2nd-gen/delete-unused-accounts-cron`
21
21
- Setup the sample with your project `firebase use --add` and follow the instructions.
22
22
- Install node dependencies of your Functions `cd functions; npm install; cd -`
23
23
- Deploy your project using `firebase deploy`.
24
-
- The pubsub task should then run once a day and delete any inactive users. You can manually run the task by [navigating to Cloud Scheduler in the Google Cloud Platform Console](https://console.cloud.google.com/cloudscheduler).
24
+
- The Cloud Scheduler job should then run once a day and delete any inactive users. You can manually run the task by [navigating to Cloud Scheduler in the Google Cloud Platform Console](https://console.cloud.google.com/cloudscheduler).
0 commit comments