#How to test Triggers Instantly
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I have a schedule trigger that runs every 1 hour, I cant reduce this time
so If I want to test how can I get
after 1 hour it executes my cloud function , but I want to test such feature instantly
how do I do ?
Using ***** will run every minute. You might even be able to use 6 *s to get it to run every second.
It says
Schedule frequency cannot be lower than every hour"
Huh, then you'll have to have use One-Time as the type to test then