Skip to content

Set of methods/extentions for firebase that makes using framework in a much easier and clean way also adds additional functionality.

License

Notifications You must be signed in to change notification settings

ProjectAJ14/ns_firebase_utils

Repository files navigation

Flutter Firebase Utilities

🚀 This package provides a comprehensive set of methods and extensions for Firebase, simplifying its integration into your Flutter projects while also adding valuable functionality.

Getting Started

  1. Open your pubspec.yaml file.
  2. Add ns_firebase_utils as a dependency, replacing [version] with the latest release:
dependencies:
  flutter:
    sdk: flutter
  ns_firebase_utils: ^[version]
  1. Run flutter pub get or click the "Packages get" button in your IDE.

Importing the Package

import 'package:ns_firebase_utils/src.dart';

What's Included

This package offers a single plugin that conveniently adds all necessary Firebase dependencies to your project:

  cloud_firestore: ^5.5.0
  cloud_functions: ^5.1.5
  fake_cloud_firestore: ^3.1.0
  firebase_analytics: ^11.3.5
  firebase_auth: ^5.3.3
  firebase_core: ^3.8.0
  firebase_crashlytics: ^4.1.5
  firebase_dynamic_links: ^6.0.10
  firebase_messaging: ^15.1.5
  firebase_remote_config: ^5.1.5
  firebase_storage: ^12.3.6

Additionally, it provides a powerful set of methods to accelerate your development process.

Thanks To All The Contributors

How to Contribute

There are several ways to contribute to this project:

  • Propose new features or enhancements.
  • Report bugs you encounter.
  • Contribute fixes for existing bugs.
  • Engage in discussions and help make important decisions.
  • Enhance and maintain documentation, as it plays a critical role in project success.
  • Submit a Pull Request to contribute your code changes. 😊

About

Set of methods/extentions for firebase that makes using framework in a much easier and clean way also adds additional functionality.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •