#Bonfire
Awesome chat app where you can discuss your favorite emoji.
Bonfire is built on top of the new Firebase from Google.
If you are interested in the iOS version, you can find more information about it here.
Android, Google Play and the Google Play logo are trademarks of Google Inc.
- Clone this repository.
- Create a new project in the Firebase console.
- Click Add Firebase to your Android app
- provide a unique package name
- use the same package name for the applicationId in your
build.gradle
- insert SHA-1 fingerprint of your debug certificate, otherwise you won't be able to log in
- Copy the generated google-services.json to the
app
folder of your project. - You should be able to successfully sync the project now.
- Copy contents of the
../server/database.rules.json
into your Firebase -> Database -> Rules and publish them. - Enable Google sign-in in your Firebase -> Auth -> Sign-in Method.
- Build and run the app.
cp app/signing.properties.sample app/signing.properties
- Update
app/signing.properties
with your release keystore information