developer_tools_firebase_messaging

Firebase Messaging integration for developer_tools. View FCM tokens, manage notification permissions, and subscribe to topics from the debug overlay.

Features

  • FCM Token – View, copy, refresh, or delete the device FCM token.
  • Notification Permissions – View current authorization status and per-setting details; request permissions at runtime.
  • Topic Subscriptions – Subscribe and unsubscribe from FCM topics with a simple UI, with action history.

Installation

dependencies:
  developer_tools: ^0.0.1
  developer_tools_firebase_messaging: ^0.0.1
  firebase_messaging: ^15.0.0

Usage

MaterialApp(
  builder: DeveloperTools.builder(
    extensions: const [DeveloperToolsFirebaseMessaging()],
  ),
);