Docs Guides
Notifications, product, and development without the smoke
Explore the latest Pushfire guides to integrate and manage your audience. Learn how to efficiently use our endpoints, workflows, and tools.

Latest Guides
Explore the newest Pushfire resources to integrate, manage, and optimize your audience. Access practical guides, usage examples, and up-to-date documentation to make the most of our endpoints, workflows, and tools.
Tags
Complete guide to managing tags in PushFire: assign labels to subscribers, organize your audience, and optimize campaign personalization.
Segments
Complete guide to managing segments in PushFire: define dynamic criteria, manage users, and optimize communication personalization.
Subscribers
Complete guide to managing subscribers in PushFire: access personal info, devices, tags, and segments to efficiently send push notifications and emails.
Manage your audience
This guide explains how to manage your audience in PushFire, including individual subscribers, dynamic segments, and flexible tags. Learn how to organize users, target specific groups, and personalize communications for more effective push notifications and email campaigns.
Create your first project
This guide walks you through creating your first PushFire project, including Firebase setup, Resend email configuration, dashboard customization, and best practices for management and security
Flutter + PushFire
This introduction guide shows how to connect PushFire with Flutter and FlutterFlow. You’ll learn the core concepts of managing subscribers, organizing audiences with tags, and triggering automated workflows directly from your app.
Core Concepts
This guide introduces the essential concepts you need to start using PushFire effectively.
Flutterflow + Pushfire Library
This document explains how to use the pre-built custom actions provided by the PushFire FlutterFlow Library. It details actions for subscriber management, including pushfireLoginSubscriber to identify users, pushfireUpdateSubscriber to sync profile data, and pushfireLogoutSubscriber to clear a user's session. The guide also covers tag management actions (pushfireAddTag, pushfireUpdateTag, and pushfireRemoveTag) for segmenting audiences, and pushfireExecuteWorkflow for triggering automated marketing journeys directly from the app.
Dreamflow + Pushfire SDK
This guide provides a step-by-step method for integrating the PushFire SDK into a Flutter application using an AI coding assistant like Dreamflow. It's designed for non-technical users by providing simple, copy-paste prompts to handle everything from initial setup and creating a centralized service to managing user notifications, tags, and workflows.
Flutterflow + Pushfire SDK
This document provides a step-by-step guide on how to integrate the PushFire SDK into a FlutterFlow project using the official PushFire-Lib. The process involves four key steps: adding the library to the project, configuring it with a unique API key, adding the pushfire_sdk package to the pubspec dependencies, and initializing the SDK on app launch using the provided pushfireInitialize custom action.