diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-11-05 05:24:13 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-11-05 05:24:13 +0200 |
commit | 29e9e7f1e428ef946ca8cd46fdd891efb659f98c (patch) | |
tree | b617226c34f07834ac319e5012402df9e4cdce66 /client_app_flutter/pubspec.yaml | |
parent | c2b4fccc4dd0a7087e7d0dfd2d6cf9ca31bbb775 (diff) |
Added logic with Firebase and the supplied lib for RTDB
- (Real Time Database)
Changes to be committed:
modified: client_app_flutter/lib/main.dart
modified: client_app_flutter/pubspec.lock
modified: client_app_flutter/pubspec.yaml
Diffstat (limited to 'client_app_flutter/pubspec.yaml')
-rw-r--r-- | client_app_flutter/pubspec.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client_app_flutter/pubspec.yaml b/client_app_flutter/pubspec.yaml index 177ae79..a2dda0a 100644 --- a/client_app_flutter/pubspec.yaml +++ b/client_app_flutter/pubspec.yaml @@ -36,6 +36,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 firebase_core: ^2.21.0 + firebase_database: ^10.3.3 dev_dependencies: flutter_test: |