Skip to content

Instantly share code, notes, and snippets.

View JesseZeph's full-sized avatar
🏠
Working from home

Jesse Josiah JesseZeph

🏠
Working from home
View GitHub Profile
@venbrinoDev
venbrinoDev / README.md
Last active August 20, 2024 13:49
Implement Notification in flutter made easy by venbrinoDevs Team
  1. Make sure to initialize Firebase -
  2. Add dependency flutter pub add firebase_messaging
  3. Configure your app for ios/macos to receive notification (https://firebase.flutter.dev/docs/messaging/apple-integration/)

Usage

import 'package:firebase_core/firebase_core.dart';
import 'package:firebase_messaging/firebase_messaging.dart';