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