ns_firebase_utils 0.0.3
ns_firebase_utils: ^0.0.3 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.
Let's get started #
- Go to
pubspec.yaml
- add a ns_firebase_utils and replace
[version]
with the latest version:
dependencies:
flutter:
sdk: flutter
ns_firebase_utils: ^[version]
- click the packages get button or flutter pub get
Import the package #
import 'package:ns_firebase_utils/src.dart';
What's in the box #
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 :-)