Android-Firebase-Hackathon-Starter
Android-Firebase-Hackathon-Starter copied to clipboard
A base app for doing android dev in hackathons with Firebase realtime database
Unofficial Android Firebase Starter App
This is an app I built as a starting point for my own hacky projects.
It supports Android API level 19 and higher.
Features
MapsActivity
- Tap a map to set a marker, and send to Firebase.
- Tap a marker to clear it, and remove from Firebase.
- Markers added / moved / removed from Firebase on other clients appear in real time.
ChatActivity
- Type something and post to a chat room.
- Chat messages are posted to Firebase.
- Chat messages created on other clients are synchronized in real time.
Using the project
Do this stuff to use this project.
- Create a Firebase app
- Copy your
google-services.json
into/app/
- Get an API key for the Google Maps API for Android
- Paste your API key into
app/src/debug/res/values/google_maps_api.xml
License and stuff
MIT