replace algolia api key and security key that get from your algolia dashboard
if you want start with existing code
npm install
sudo firebase serve
#Do you want to start new firebase project
create a directory
mkdir cloud function && cd cloudfunctions
firebase init functions
npm install firebase-admin --save &&
npm install algoliasearch --save
sudo firebase serve
finally