This project contains Firebase Cloud Functions that send FCM (Firebase Cloud Messaging) notifications to users subscribed to specific topics in the VIT Verse app.
- sendCabShareNotification: Sends notifications for cab sharing updates
- sendLostFoundNotification: Sends notifications for lost and found items
-
Install dependencies:
cd functions npm install -
Build the functions:
npm run build
Deploy to Firebase:
firebase deploy --only functions