Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Firebase Google Group
Conversations
About
Deploying a schedule function in different region
81 views
Skip to first unread message
Praveen pravee
unread,
Oct 21, 2024, 8:28:53 AM
Oct 21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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