Skip to content

Instantly share code, notes, and snippets.

@atakde
Created January 9, 2024 20:15
Show Gist options
  • Save atakde/0f87b25f203a5a61847b070df9261547 to your computer and use it in GitHub Desktop.
Save atakde/0f87b25f203a5a61847b070df9261547 to your computer and use it in GitHub Desktop.
Firebase cloud functions example
import defaultRequest from './defaultRequest.js';
import reminderCron from './reminderCron.js';
export {
defaultRequest,
reminderCron,
// and other functions..
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment