🦾 Set of methods/extensions for firebase that makes using framework in a much easier and clean way also adds additional functionality.
###Contributors
- 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 'package:ns_firebase_utils/src.dart';
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.
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 :-)