custom_firebase_services 0.0.3
custom_firebase_services: ^0.0.3 copied to clipboard
A Flutter package for Firebase services including authentication, notifications, media uploads, and chat features. Simplifies common Firebase operations with clean, reusable APIs.
firebase_service_package #
A Flutter package that simplifies common Firebase operations, including authentication, notifications, media uploads, and chat functionality. Designed for easy integration and clean structure.
β¨ Features #
π Authentication #
- Login
- Signup
- Change Password
- Forgot Password
- Edit Profile
π Notifications #
- Get notifications
- Send and store notifications
π¦ Media Upload #
- Upload image and get URL
- Upload video and get URL
- Upload multiple images/videos
- Upload audio
π¬ Firebase Chat #
- Send message (text, image, location)
- Delete message or specific message
- View message list
π Getting Started #
1. Add dependency #
In your pubspec.yaml
:
dependencies:
firebase_service_package: ^0.0.1