Deploying a schedule function in different region

81 views
Skip to first unread message

Praveen pravee

unread,
Oct 21, 2024, 8:28:53 AMOct 21
to Firebase Google Group
Hello,

How to deploy a firebase function to asia-south1? 

export const updateActiveRentals = onSchedule(
    'every day 00:30',
    async (event) => {
        console.log('Function executed at:', new Date().toISOString());
        const db = admin.firestore();

Thanks in Advance..

Reply all
Reply to author
Forward
0 new messages