Skip to content

hybrid mobile app, to let different users chat with each other and make new friends.

Notifications You must be signed in to change notification settings

amrHassanAbdallah/ionic-social-app

Repository files navigation

Brief:

Ionice based mobile app, have main features such as posts, like posts, added and search, follow friends.

Up & Running

You will need to install ionic, npm Create a Realtime db over fire base, make sure to update the rules to the below

{
  "rules": {
    ".read": "auth != null",
    ".write": "auth != null"
  }
}

clone this repo: git clone https://github.com/amrHassanAbdallah/ionic-social-app.git

Then you will need to update src/app/app.firebaseconfig.ts


export var config = {
    apiKey: <apiKey>,
    authDomain: <yourauthDomain>,
    databaseURL: <yourdatabaseURL>,
    projectId: <yourprojectId>,
    storageBucket: <yourstoragebucket>,
    messagingSenderId: <yoursenderIdhere>
  };

Replace the <> values with your actual values from firebase. Then ,

  1. npm install
  2. run ionic serve from a terminal