HZooly / IonicV1_Message

πŸ”₯ Real-time messages management with Firebase & Ionic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IonicV1_Message

Mobile application built with Ionic v1.

Display in real time messages from a Firebase Database.

Installation

git clone

bower install

npm install

cp www/js/firebase.sample.js www/js/firebase.js

Configure firebase.js

Firebase Configuration

On Firebase Console, activate Anonymous Authentification (Auth), and replace rules in Database menu by these :

{ "rules": { ".read": true, ".write": true } }

Data Structure

Import some data structured like this :

{ "date" : "19/07/2017", "id" : 0, "message" : "Working good", "status" : "open", "title" : "First try" }

Status can be open, close or archive.

Status

  • πŸ–₯ Working on local machine with ionic serve βœ…

  • πŸ“± Working on iOS

    • iOS 10.x & iOS 11.x βœ…
    • Tested on simulator βœ…
    • Tested on physical iPhone 7 βœ…
    • Old devices ❓
  • πŸ“± Working on Android βœ… ionic build --prod android

Contributors

  • Hugo Torzuoli

About

πŸ”₯ Real-time messages management with Firebase & Ionic

License:MIT License


Languages

Language:JavaScript 60.9%Language:HTML 23.3%Language:CSS 15.7%