I am trying to run a cron job with Firebase. Basically I need to run a function that makes a ton of API calls and pushes data to firebase at 12:00am PST every day. Is there
There are no cron job or schedule options on Firebase, you have to use another platform for that. Here´s one, for example: https://zapier.com/zapbook/firebase/schedule/
More information: Best way to globally set up alerts for when a Firebase location is changed
There are also some online cron jobs you can use, just search for "online cron job" with Google. Basically, they just call an URL in the specified time.