/FirebaseRealTimeChat

Sample real-time chat application using Firebase

Primary LanguageJavaApache License 2.0Apache-2.0

FirebaseRealTimeChat

わいわいチャットはFirebaseを使ったサンプルチャットアプリケーションです。

Setup

このプロジェクトはRetrolambdaを利用しています。そのため別途JDK8が必要です。

  1. google-services.json./app/src/${BUILD_VARIANT}以下にコピー
  2. Twitter AppsでTwitterアプリケーションを作成
  3. FirebaseのWebコンソールからAuthを選択しTwitter認証を有効化して2で取得した情報を入力
  4. settings.propertiesに必要事項を記入
  5. firebase_project_id=FirebaseのプロジェクトID
  6. twitter_key=2で取得したTwitterのAPI Key
  7. twitter_secret=2で取得したTwitterのAPI Secret
  8. gradlew build

Libraries

このプロジェクトは以下のオープンソースソフトウェアを利用しています。

License

このプロジェクトはApache 2.0ライセンスの範囲内で自由にご利用いただけます。

Copyright 2016 Fumihiko Shiroyama

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.