ns_firebase_utils 1.1.1+1 copy "ns_firebase_utils: ^1.1.1+1" to clipboard
ns_firebase_utils: ^1.1.1+1 copied to clipboard

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

ns_firebase_utils #

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

###Contributors


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.

  cloud_firestore: ^4.2.0
  cloud_functions: ^4.0.6
  fake_cloud_firestore: ^2.1.0
  firebase_analytics: ^10.0.7
  firebase_auth: ^4.2.1
  firebase_core: ^2.4.0
  firebase_crashlytics: ^3.0.7
  firebase_dynamic_links: ^5.0.9
  firebase_messaging: ^14.1.4
  firebase_remote_config: ^3.0.7
  firebase_storage: ^11.0.8

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 :-)