Skip to content

Firebase Cloud Functions for sending FCM notifications to VIT Verse app users subscribed to cab sharing and lost & found topics.

Notifications You must be signed in to change notification settings

vit-verse/firebase-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIT Verse Firebase Functions

This project contains Firebase Cloud Functions that send FCM (Firebase Cloud Messaging) notifications to users subscribed to specific topics in the VIT Verse app.

Functions

  • sendCabShareNotification: Sends notifications for cab sharing updates
  • sendLostFoundNotification: Sends notifications for lost and found items

Setup

  1. Install dependencies:

    cd functions
    npm install
  2. Build the functions:

    npm run build

Deployment

Deploy to Firebase:

firebase deploy --only functions

About

Firebase Cloud Functions for sending FCM notifications to VIT Verse app users subscribed to cab sharing and lost & found topics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published