Simple Chat application using Flutter and Firebase.
-
Clone this project
$ git clone https://github.com/Kynonim/Chatku.git
$ cd Chatku$ flutter pub get
$ flutter run- Create a file named
.envin the root directory of the project.
GEMINI_APIKEY=your_gemini_api_keyimport 'package:chatku/core/statis.dart';
// Firebase Auth
Static.auth...
// Firebase Storage
Static.storage...
// User DatabaseReference
Static.userReference...
// Chat DatabaseReference
Static.chatReference...
// Storage Reference
Static.storageReference...
// User local id
Static.uid...