
Ionic Starter Messenger - Firebase Integrate
Building up your social media app quickly and beautifully with abundant templates
$38.00
Details
Ionic Starter Messenger
Ionic Starter Messenger is for building up your social media app quickly and beautifully with ionicframework. The structure of the starter is based on Facebook Messenger.
Features
- From 1.1 version, this starter integrate with Firebase, as auth and realtime database;
- Quality sample local data, so you can integrate with other service easily;
- 12 Templates, well designed according to ionic component theory;
- Angular-moment, show timestamp with human language;
- Social login;
- Avatar based on email;
- Search demo with angular filter;
Demo
Demo URL: https://ionic-starter-messenger.firebaseapp.comit's work with web browser, hosting at firebase.
Demo account: [[email protected]](mailto:%60%60%[email protected])`password:`messenger
You can login with your own social account or email.
Firebase V3.0 signInWithPopup/Redirect problem
Currently Firebase V3 auth's signInWithPopup/Redirect do not work in cordova apps, you can check discuss at: https://groups.google.com/forum/#!msg/firebase-talk/mC_MlLNCWnI/cL0OnL4hAwAJ
On next firebase version, these problem may fixed. I create another project that use cordova plugin solve the problem. Take a look at: http://market.ionic.io/starters/ionic-starter-firebase
Ionic Starter Firebase package can download free, if you already buy Ionic Starter Messenger.
Download Files
- Static version run with local service data, the download file name: ionic-starter-messenger-master.zip
- Firebase version, download file name: ionic-starter-messenger-firebase.zip
- Addition ionic-starter-firebase file: ionic-starter-firebase-master.zip
## Features
- Firebase integrate, from version 1.1, this starter provide Firebase integrate version;
- Quality sample data, so you can integrate with other service easily;
- 12 Templates, well designed according to ionic component theory;
- Search demo with angular filter;
Using this project
Use Ionic CLI for installation, and make sure that node.js is installed in your workspace. More info: http://ionicframework.com/docs/cli/
Local sample data version
This project default work with local sample data. So you can use ionc command line tool run the project:
$ cd to/your/project
$ ionic serve
Firebase version
Firebase integrate as separate version of this project, so download firebase version and replace firebase api setting at index.html:
var config = {
apiKey: "your api key here",
authDomain: "your api domain",
databaseURL: "your api database url",
storageBucket: "your api storage url",
};
then run:
$ ionic serve
Add to your project
if you want setting this starter work with your exist project, you should install some library:
$ bower install angularfire --save
$ bower install angular-messages --save
$ bower install angular-md5 --save
$ bower install angular-moment --save
and add library at index.html:
```
```
inject it at app.js:
angular.module('starter', ['ionic', 'ngMessages', 'firebase', 'angular-md5', 'angularMoment', ...
Templates
- Login & Sign up: Include entire steps of sign up and forgot password;
- Tab Activities: List your latest activities;
- Tab Groups: List all of your groups;
- Tab Friends: List all of your friends, and check who is online;
- Tab Account: Set your account;
- Room: Type a message and be replied in a room;
- Room Setting: To see who is in the room, you can leave or invite new friend;
- Search: Search for friends and conversation with Angular filter;
- New Chat & New Group: Start a new chat with one of your friend or create a new group. and moreā¦
Setting
- Hiding status bar at startup on iOS: Modify your app's Info.plist, Set "Status bar is initially hidden" to "YES" and set "View controller-based status bar appearance" to "NO". Please see the document: https://github.com/apache/cordova-plugin-statusbar#hiding-at-startup
- Change App icon and Splash: Change the two files: /resources/icon.psd & /resources/splash.psd, then generate:
$ ionic resources
Roadmap
- image upload, so can send image chat, setting avatar;
- database and storage rules;
- better loading process;
- better document;