Skip to content

FfrftTK/flutter_firebase_chat_app

Repository files navigation

chat_app

A new Flutter application.

Getting Started

freezed関連ファイルの生成

プロジェクトのルートで以下を叩く.

flutter pub pub run build_runner build

Firebase関連ファイルの追加

google-services.jsonGoogleService-Info.plistをFirebaseプロジェクトからダウンロード. これらを適切な場所に置く.(詳しくはここ)

CloudFunctionsのデプロイ

functions以下の関数をCloudFunctionsにデプロイする.(参考) node10以降は無料プランだと使えないっぽい(2020/09/28).


Getting Started

Generate freezed files

Run the following command in your project root.

flutter pub pub run build_runner build

Add Firebase config files

Get google-services.json and GoogleService-Info.plistfrom your Firebase project. Then add these files to proper directory. (check here)


Update Histories

  • #3 Room create & Lonely chat has implemented

About

A simple chat app using Firebase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published