All Projects → shiroyama → Firebaserealtimechat

shiroyama / Firebaserealtimechat

Licence: apache-2.0
Sample real-time chat application using Firebase

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Firebaserealtimechat

Firebase Php
Unofficial Firebase Admin SDK for PHP
Stars: ✭ 1,657 (+2661.67%)
Mutual labels:  firebase, firebase-database, firebase-storage, firebase-auth
Firebase Js Sdk
Firebase Javascript SDK
Stars: ✭ 3,844 (+6306.67%)
Mutual labels:  firebase, firebase-database, firebase-storage, firebase-auth
Internalappstore
📦 Manage your own internal Android App Store.
Stars: ✭ 295 (+391.67%)
Mutual labels:  firebase, firebase-database, firebase-storage, firebase-auth
Firebase As3
Integrate Firebase Auth, Realtime Database and Storage in your Adobe AIR projects.
Stars: ✭ 55 (-8.33%)
Mutual labels:  firebase, firebase-database, firebase-storage, firebase-auth
Rxfirebase
Rxjava 2.0 wrapper on Google's Android Firebase library.
Stars: ✭ 509 (+748.33%)
Mutual labels:  firebase, firebase-database, firebase-storage, firebase-auth
Quickstart Cpp
Firebase Quickstart Samples for C++
Stars: ✭ 123 (+105%)
Mutual labels:  firebase, firebase-database, firebase-storage, firebase-auth
Firebase Mock
Firebase mock library for writing unit tests
Stars: ✭ 319 (+431.67%)
Mutual labels:  firebase, firebase-database, firebase-storage, firebase-auth
Laravel Firebase
A Laravel package for the Firebase PHP Admin SDK
Stars: ✭ 369 (+515%)
Mutual labels:  firebase, firebase-database, firebase-storage, firebase-auth
React Firebase Hooks
React Hooks for Firebase.
Stars: ✭ 2,227 (+3611.67%)
Mutual labels:  firebase, firebase-database, firebase-storage, firebase-auth
Firebase Ios Sdk
Firebase iOS SDK
Stars: ✭ 3,309 (+5415%)
Mutual labels:  firebase, firebase-database, firebase-storage, firebase-auth
Angular 4 Material Pos
POS written in Angular 4 with Angular Material UI
Stars: ✭ 54 (-10%)
Mutual labels:  firebase, firebase-database, firebase-auth
React Firebase Authentication
🔥 Boilerplate Project for Authentication with Firebase in React.
Stars: ✭ 863 (+1338.33%)
Mutual labels:  firebase, firebase-database, firebase-auth
Abapfire
ABAP Firebase Client
Stars: ✭ 11 (-81.67%)
Mutual labels:  firebase, firebase-database, firebase-auth
Vuejs Firebase Shopping Cart
Shopping cart demo using Vuejs and Firebase
Stars: ✭ 274 (+356.67%)
Mutual labels:  firebase, firebase-database, firebase-auth
Mechahamster
Mecha Hamster is a game where you roll through customizable environments that you can share with your friends.
Stars: ✭ 314 (+423.33%)
Mutual labels:  firebase, firebase-database, firebase-auth
React Redux Firebase Authentication
🔥Boilerplate Project for Authentication with Firebase in React and Redux
Stars: ✭ 265 (+341.67%)
Mutual labels:  firebase, firebase-database, firebase-auth
Firebase Admin Java
Firebase Admin Java SDK
Stars: ✭ 345 (+475%)
Mutual labels:  firebase, firebase-database, firebase-auth
Whatsup
**Deprecated** Real time chat app written in Swift 4 using Firebase and OTP Authentication
Stars: ✭ 39 (-35%)
Mutual labels:  firebase, firebase-database, firebase-storage
Heal O Chat
Heal-O-Chat is a Social Media Application for people who have been feeling less motivated in life or are losing hope. This platform allows users to chat with people and share their thoughts and feelings with each other and thereby let go of stress, anxiety, and depression that they've been feeling for long.
Stars: ✭ 42 (-30%)
Mutual labels:  firebase-database, firebase-storage, firebase-auth
Meal Prep
Source code for a 4-part series I wrote about Vue, Vue Router, Vuex and Vuetify
Stars: ✭ 496 (+726.67%)
Mutual labels:  firebase, firebase-database, firebase-auth

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].