We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c6617 commit 17e243fCopy full SHA for 17e243f
README.md
@@ -1,7 +1,19 @@
1
PostMaker
2
=========
3
4
-Simple social media application for Android.
+Simple app to post content for Android. This app utilizes Firebase as backend services, i.e.
5
+Firebase SDK Authentication and Firebase Realtime Database. Signed in users can post to a timeline,
6
+view posts, and delete his/her own post.
7
+
8
+### How to run
9
+1. You need to set up your own Firebase Project in [Firebase Console](https://console.firebase.google.com).
10
+ Spark plan is free with a certain limit.
11
+2. Once set up, download and place your `google-services.json` in `/app` directory.
12
+3. Build and run this project.
13
14
+### Tested Environment
15
+1. Android Device minimum API Level 19
16
+2. Built using Android Studio 3.2.1
17
18
License
19
=======
0 commit comments