Home  /  Integrations  /  Firebase
Integration

Automate with Firebase

Firebase is the backend for millions of mobile and web apps. NVS connects Firebase auth events, Firestore changes, and Cloud Messaging to your CRM, email platform, and team tools.

Use Cases

01

New Firebase User — CRM and Welcome Email

When a new user registers in Firebase Auth, a HubSpot contact is created, and a welcome email with app setup instructions is sent via SendGrid.

Trigger
New User Created
firebase.trigger
Fires when a new Firebase Auth user is created.
Map User Data
nvs.set
UID, email, display name, and creation timestamp extracted.
Create HubSpot Contact
hubspot.contact
Contact created with Firebase UID, email, and sign-up date.
Output
Send Welcome Email
sendgrid.email
Personalized welcome email dispatched with onboarding instructions.
02

Firestore Document Updated — Sync to CRM

When a Firestore document in the subscriptions collection is updated, the change is reflected in HubSpot immediately, keeping subscription status current.

Trigger
Document Updated
firebase.trigger
Fires when any document in the subscriptions Firestore collection changes.
Extract Changed Fields
nvs.set
Plan, status, and effective date extracted from the document diff.
Find HubSpot Contact by UID
hubspot.contact
HubSpot contact matched by Firebase UID stored as a custom property.
Output
Update HubSpot Contact
hubspot.update
Plan and subscription status updated in HubSpot.
03

Push Notification to Inactive Users

Every week, users who have not opened the app in 14 days are identified in Firebase and sent a targeted push notification via Firebase Cloud Messaging.

Trigger
Weekly Monday
schedule.cron
Weekly re-engagement push runs every Monday morning.
Query Inactive Users
firebase.firestore
Users with last_active older than 14 days fetched from Firestore.
Loop
Each Inactive User
nvs.loop
Iterates over each inactive user.
Output
Send Push Notification
firebase.messaging
Personalized push notification sent with a feature highlight or new content teaser.

Ready to automate Firebase?

We'll map your workflow, connect your tools, and build it in days, not months.

Book a Free Strategy Call →