Groups
Groups
Sign in
Groups
Groups
Firebase Google Group
Conversations
About
Send feedback
Help
Deploying a schedule function in different region
96 views
Skip to first unread message
Praveen pravee
unread,
Oct 21, 2024, 8:28:53 AM
10/21/24
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