Created
January 9, 2024 20:15
-
-
Save atakde/0f87b25f203a5a61847b070df9261547 to your computer and use it in GitHub Desktop.
Firebase cloud functions example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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