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

msp98/ns_firebase_utils

 
 

Repository files navigation

ns_firebase_utils

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

Let's get started

  1. Go to pubspec.yaml
  2. add a ns_firebase_utils and replace [version] with the latest version:
dependencies:
  flutter:
    sdk: flutter
  ns_firebase_utils: ^[version]
  1. click the packages get button or flutter pub get

Import the package

import 'package:ns_firebase_utils/src.dart';

What's in the box

A single plugin to add all firebase dependencies at once.

 firebase_core: ^1.7.0
 firebase_auth: ^3.1.3
 firebase_storage: ^10.0.5
 cloud_firestore: ^1.0.7
 cloud_functions: ^3.0.4
 firestore_ui: ^1.20.0
 firebase_analytics: ^8.3.3
 firebase_crashlytics: ^2.2.3
 firebase_dynamic_links: ^2.0.10
 firebase_remote_config: ^0.11.0+1
 firebase_performance: ^0.7.1+1
 firebase_messaging: ^10.0.8
 cloud_firestore_mocks: ^0.8.4

Along with awesome set of methods to help you develop faster.

Contributing

There are couple of ways in which you can contribute.

  • Propose any feature, enhancement
  • Report a bug
  • Fix a bug
  • Participate in a discussion and help in decision making
  • Write and improve some documentation. Documentation is super critical and its importance cannot be overstated!
  • Send in a Pull Request :-)

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

Releases

No releases published

Packages

No packages published

Languages

  • Dart 98.3%
  • Shell 1.7%