-
Notifications
You must be signed in to change notification settings - Fork 1
Migrating project to run on Heroku #4
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthacktoberfestPart of Hacktoberfest eventPart of Hacktoberfest eventhelp wantedExtra attention is neededExtra attention is neededup for grabsIssue is up for grabsIssue is up for grabs
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthacktoberfestPart of Hacktoberfest eventPart of Hacktoberfest eventhelp wantedExtra attention is neededExtra attention is neededup for grabsIssue is up for grabsIssue is up for grabs
Currently the project runs using on Firebase Cloud functions. But Firebase charges the user (i.e. me) to run the functions as REST API because of its pricing policy. So instead of running the functions from Firebase Cloud Functions according to my usage statistics hosting them on Heroku free tier could just do the job.