jpatel0 / ShareBy

An Android based, social media App for your friendly neighborhood

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShareBy

This is an Android based, social media App. Its main purpose is to bring neighborhood activities and chats closer by providing an online medium. Create your neighborhood group via Google Maps Location and invite your neighbors, friends, and families. Ask questions, borrow something, help others, and much more. Be friendly to others and keep growing. Inbuilt Chats to discuss among each other as well as among the whole group.

The whole Project is based on Firebase Cloud Service. User data is NOT stored locally on the device, so Internet connection is necessary to run the App.

More features coming soon...

Screenshot



Quick explanation of project directory :

  1. firebase function : It contains single file named index.js having cloud function.
  2. scrnshots: Sample screenshot from mobile.

Prerequisites

  • Firebase project with Realtime database for android having package name "com.zero.shareby".
  • google-services.json: during firebase project creation, you will get the google-services.json file, download and save this file.
  • Android SDK v28
  • Android Support Repository

Open and Run Project

For Android App:

  1. open android studio, select File -> Import -> "Existing Projects into your workspace".
  2. Go to the path where you cloned the Repo: (repoFolder)\code
  3. paste the google-services.json to "app" folder.
  4. rebuild the project and run.

For cloud function:

  1. initialize Firebase SDK for Cloud Functions as explained here,
  2. open index.js and paste the code from "(repoFolder)\cloud function\index.js".
  3. deploy the cloud function.

Built With

  • Language: java for android, javascript for cloud function.
  • Firebase : Realtime database, Firebase Auth, Firebase storage, Firebase config, Functions

Author

  • Jay Patel

Support

Please feel free to submit issues with any bugs or other unforeseen issues you experience.

About

An Android based, social media App for your friendly neighborhood


Languages

Language:Java 98.3%Language:JavaScript 1.7%