Fixed functions demos #2025

Merged
garrettluu merged 10 commits from azure into master 2020-06-25 19:30:56 +00:00
garrettluu commented 2020-06-24 01:36:09 +00:00 (Migrated from github.com)
  • Added a demo that runs on Firebase functions to convert Excel files to .csv. Takes a file from an HTTP request as input and outputs the csv text as a response.
  • Minor fix to Microsoft Azure functions demo, which converts given files to CSV or JSON. Also updated the Makefile to include a new init-azure script, which the azure script depends on. This new script will install the necessary dependencies for the Azure demo to run locally
- Added a demo that runs on Firebase functions to convert Excel files to .csv. Takes a file from an HTTP request as input and outputs the csv text as a response. - Minor fix to Microsoft Azure functions demo, which converts given files to CSV or JSON. Also updated the Makefile to include a new `init-azure` script, which the `azure` script depends on. This new script will install the necessary dependencies for the Azure demo to run locally
SheetJSDev (Migrated from github.com) reviewed 2020-06-24 01:36:09 +00:00
srijonsaha (Migrated from github.com) approved these changes 2020-06-25 18:45:30 +00:00
srijonsaha (Migrated from github.com) left a comment

Looks good! I had to run firebase use --add to create the .firebaserc file or else I couldn't run the local server and got this error: Error: No currently active project. Not sure if it's because I'm running firebase for the first time but might be worth adding this to the README.

Looks good! I had to run `firebase use --add` to create the `.firebaserc` file or else I couldn't run the local server and got this error: `Error: No currently active project.` Not sure if it's because I'm running firebase for the first time but might be worth adding this to the README.
Sign in to join this conversation.
No description provided.