Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.01 KB
██╗  ██╗██╗   ██╗██████╗  ██████╗  ██████╗     
██║ ██╔╝██║   ██║██╔══██╗██╔═══██╗██╔═══██╗    
█████╔╝ ██║   ██║██║  ██║██║   ██║██║   ██║    
██╔═██╗ ██║   ██║██║  ██║██║   ██║██║   ██║    
██║  ██╗╚██████╔╝██████╔╝╚██████╔╝╚██████╔╝    
╚═╝  ╚═╝ ╚═════╝ ╚═════╝  ╚═════╝  ╚═════╝     

Authenticating If developing locally then we need to run the following command export GOOGLE_APPLICATION_CREDENTIALS="../../keys.json"

Node

To test locally we need to first install npm install @google-cloud/functions-framework

Then if we want to test our function we can run npm run start