Ionic Starter Messenger - Firebase Integrate

Ionic Starter Messenger - Firebase Integrate

Building up your social media app quickly and beautifully with abundant templates

$38.00

Not yet rated
Felix He

Felix He

Member since 2015

Details

Version:
1.1.0
Size:
4mb
Ionic:
1.3.x
Platforms:
iOS, Android
View ID:
https://ionic-starter-messenger.firebaseapp.com
Released:
9 years ago
Updated:
8 years ago
Category:
Starters
Tags:
ionic, messenger, facebook, starter

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

  1. From 1.1 version, this starter integrate with Firebase, as auth and realtime database;
  2. Quality sample local data, so you can integrate with other service easily;
  3. 12 Templates, well designed according to ionic component theory;
  4. Angular-moment, show timestamp with human language;
  5. Social login;
  6. Avatar based on email;
  7. Search demo with angular filter;

Demo

Demo URL: https://ionic-starter-messenger.firebaseapp.com it's work with web browser, hosting at firebase.

Demo account: ```felix@istarter.iopassword: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

  1. Static version run with local service data, the download file name: ionic-starter-messenger-master.zip
  2. Firebase version, download file name: ionic-starter-messenger-firebase.zip
  3. Addition ionic-starter-firebase file: ionic-starter-firebase-master.zip

##
 Features

  1. Firebase integrate, from version 1.1, this starter provide Firebase integrate version;
  2. Quality sample data, so you can integrate with other service easily;
  3. 12 Templates, well designed according to ionic component theory;
  4. 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:

<!-- angular messages -->
<script src="lib/angular-messages/angular-messages.min.js"></script>

<!-- Firebase -->
<script src="lib/firebase/firebase.js"></script>

<!-- AngularFire -->
<script src="lib/angularfire/dist/angularfire.min.js"></script>

<!-- Angular md5 -->
<script src="lib/angular-md5/angular-md5.min.js"></script>

<!-- angular-moment -->
<script src="lib/moment/moment.js"></script>
<script src="lib/angular-moment/angular-moment.min.js"></script>

inject it at app.js:

angular.module('starter', ['ionic', 'ngMessages', 'firebase', 'angular-md5', 'angularMoment', ...

Templates

  1. Login & Sign up: Include entire steps of sign up and forgot password;
  2. Tab Activities: List your latest activities;
  3. Tab Groups: List all of your groups;
  4. Tab Friends: List all of your friends, and check who is online;
  5. Tab Account: Set your account;
  6. Room: Type a message and be replied in a room;
  7. Room Setting: To see who is in the room, you can leave or invite new friend;
  8. Search: Search for friends and conversation with Angular filter;
  9. New Chat & New Group: Start a new chat with one of your friend or create a new group. and more…


Setting

  1. 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
  2. Change App icon and Splash: Change the two files: /resources/icon.psd & /resources/splash.psd, then generate: $ ionic resources

Roadmap

  1. image upload, so can send image chat, setting avatar;
  2. database and storage rules;
  3. better loading process;
  4. better document;

Hey there! You'll need to log in before you can leave a comment here.

Willian Ribeiro Angelo

Willian Ribeiro Angelo   ·   9 years ago

Demo ?

Felix He

Felix He   ·   9 years ago

Demo on the way, will work at this week :)

Raymond Ativie

Raymond Ativie   ·   9 years ago

looking forward to a demo

Felix He

Felix He   ·   9 years ago

Yes, we'll put Demo today :)

Arthur MacMillan

Arthur MacMillan   ·   9 years ago

This is great. I downloaded and attempted to test with Ionic View. I've noticed a stutter in the animations. Is this the application or ionic view?

diamondzuo

diamondzuo   ·   9 years ago

@ Arthur MacMillan, thank you for your support. It is an application. About the stutter, is it appears at a few pages or the whole application? Please tell me, and I'll check. You can also contact me by email: diamond.zuo@gmail.com

Hoang Nguyen

Hoang Nguyen   ·   8 years ago

Is this going to support Android also? Or does it already?

Felix He

Felix He   ·   8 years ago

@Hoang Nguyen, this starter just testing on iOS. I will update the starter after testing on Android next week.

Nilesh Goswami

Nilesh Goswami   ·   8 years ago

Hi, How can I change the theme? is there any free theme template provided?

Felix He

Felix He   ·   8 years ago

Hi, @Nilesh Goswami, thanks for your feedback. The theme now beta version and has not released, but you can customize it with ionic sass. The theme will publish later with full support document.

Sameer

Sameer   ·   8 years ago

Hello Felix, I would like to know following: What backend has used for this app? NodeJs / Asp.Net Web APi ? Can we use this as ready solution with little customization for user profile I just want to extend this solution by detecting where active users are located on map before i could chat with them

Brandon Batie

Brandon Batie   ·   8 years ago

How hard would it be to hook this up to a Firebase backend with how your data is formatted?

arlind arlind

arlind arlind   ·   8 years ago

can i see an android apk demo

chan king to

chan king to   ·   8 years ago

Is the backend ready? what backend do you use? Great if I can see android demo :)

Felix He

Felix He   ·   8 years ago

@Brandon Batie, hook this up with Firebase backend will not so hard. This version has well designed static json data at services with call function. And the next version I plan integrate with Firebase or Parse if you can wait :) @arlind arlind, android apk demo will online soon, you can check "DEMO" link button right with your mobile now. Thanks for your feed back. @chan king to, This version has no backend, and I plan integrate with Firebase or Parse at next version. And android demo on the way :) Thanks for your feed back, I'll update the project soon...

Roman Val

Roman Val   ·   8 years ago

Hello Felix, this starter looks really great! And I would like to purchase it, but at the moment it lacks image sharing, the feature that really important to me. Do you plan to implement it? If yes, could you please tell when it will be available?

Felix He

Felix He   ·   8 years ago

@Roman Novokhatsky thanks for your feedback. Actually, now version has no backend. So no image upload. And I'm planning update the app v1.1 next month with Parse backend support. Maybe at v1.2 will support image messeng and other function. All 1.x version will free update for buyers ;)

Varun

Varun   ·   8 years ago

Can this be integrated with XMPP with Openfire chat ?

David Simon

David Simon   ·   8 years ago

Hello, can we see demo on ionic view. App id? Thanks

Patrick Breitenbach

Patrick Breitenbach   ·   8 years ago

I was hoping to find a pure messaging app without all the social stuff. Is it pretty easy to rip all that stuff out? Also, how's the back-end coming along?

JSapp.me

JSapp.me   ·   8 years ago

Any news on the update to version 1.1 and the backend integration?

Raditya Syahrozi

Raditya Syahrozi   ·   8 years ago

any news from firebase?

Nishanth Nair

Nishanth Nair   ·   8 years ago

Firebase integration please :) .

Blake Zeisler

Blake Zeisler   ·   8 years ago

Great starter template! I'm looking to integrate firebase on the back end but i think you may already be working some Parse or firebase integration. Just wanted to check up on your back-end integration efforts for this starter template before i get started. Now that Parse is shutting down, hopefully you are working firebase integration?

Yat So

Yat So   ·   8 years ago

If (firebaseIntegration) { purchaseImmediately(); }

Ryan Ginnow

Ryan Ginnow   ·   8 years ago

Question: how did you get the message bar to stick to the bottom?

Felix He

Felix He   ·   8 years ago

Have you notice that I put Input Form at "ion-footer-bar", so message bar to stick to the bottom :)

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

R J

R J   ·   8 years ago

Does this have a backend? Fire base? If no, how does it save content?

R J

R J   ·   8 years ago

I mean, how does it save the conversations?

R J

R J   ·   8 years ago

Firebase? Yes / No? How does it save conversations?

Felix He

Felix He   ·   8 years ago

Hi @MJ, Firebase version is on the way, and all customer can update free.

Marco

Marco   ·   8 years ago

Hi @FelixHe , how does the app currently save data?

Felix He

Felix He   ·   8 years ago

Hi, Marco. Firebase backend version on the way, I think it will put on Ionic market this month.

Greg Parker

Greg Parker   ·   8 years ago

Any luck with this firebase version?

Felix He

Felix He   ·   8 years ago

Finally, I update to firebase version, please download it and give me feedback.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Greg Parker

Greg Parker   ·   8 years ago

Did you install firebase to this yet? If so I want to buy it to save me from a headache. Please let me know, thanks!

Felix He

Felix He   ·   8 years ago

Try new update, with firebase now.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Navin Dhananshan

Navin Dhananshan   ·   8 years ago

Do you have an upgraded version to ionic 2 ?

Muhammad Omar

Muhammad Omar   ·   8 years ago

Yes please what about ionic 2 and Android ?!

Felix He

Felix He   ·   8 years ago

Ionic V2 and Android on the road... :)

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Teerawat Wuttiwat

Teerawat Wuttiwat   ·   8 years ago

Hi Felix, I did bought the starter but having problem to display user name properly below avatar. If you happen to have this done, could you please share? Thank you very much

Felix He

Felix He   ·   8 years ago

Hi Tearaway, I update the starter and do you find same problem?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Sascha

Sascha   ·   8 years ago

Hi Felix, first: nice work. One question: is there also something like "unread"-messages. e.g. when I come back into the app after been offline for 5 days? cheers

Felix He

Felix He   ·   8 years ago

The Chats Tab list all current user "Activities", so if you want something like "unread" you can easily add "unread" item at database. Then you can show "unread" item at list.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

marcos

marcos   ·   8 years ago

Could I migrate firebase backend to my own backend easily? Thank you

Felix He

Felix He   ·   8 years ago

Depends on what kinds of your own backend. If realtime database backend like firebase is good. And all backend function set at "services.js" and "auth.js", so you can rewrite this two file for integrate with your own backend.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

sysads

sysads   ·   8 years ago

Hi I am thinking of buying this even though I have wasted money elsewhere but have following ?s - Does this app provide sound notification for missed messages? - How can one make money from app? - Need advise - Can I generate apk file to test app on android? - Does the group display group name and restricted to outsiders except invited? - Can we mass invite everyone in my phonebook contact? I still have more ?s

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Vishal Singh

Vishal Singh   ·   8 years ago

When will the image upload/picture taking feature be available for messaging??

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

mankota

mankota   ·   8 years ago

Hi Felix, I just bought this template and it looks promising. However, I have few questions for you. 1. I cannot create new group using the textbox. 2. In the new group template, the image upload does not seems to be doing anything. 3. In the chat, the image upload is not available. When will that be available. 4. I need another feature and I don't know if you can add that for me. If so, email me at mankota@gmail.com Thanks

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

mankota

mankota   ·   8 years ago

Oh one more thing, can I prevent users that are not invited in a group? Secondly, can I assign admin to specific user(s) like WhatsApp?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

seeyouu

seeyouu   ·   8 years ago

HI Felix, I would like to check whether it's able to send push notification to user? Does it integrate with firebase cloud messaging service?Thank you

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

sysads

sysads   ·   8 years ago

I nfind it difficult to understand why he cannot even reply to any of the messages

Felix He

Felix He   ·   7 years ago

Sorry sysads. This year I change my job, change city... I will try better

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

marinus

marinus   ·   7 years ago

Hi Felix, When the app is closed or running in the background, will notifications be displayed?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Sibusiso Mbuli

Sibusiso Mbuli   ·   7 years ago

Same question as that of a few others: does it integrate with Push Notifications?

Sebastian Mika

Sebastian Mika   ·   7 years ago

Hi, I am using this starter for my project and its ok as a starting point. Out of the box it doesn't support push notifications. I integrated ionic push notifications with this starter. It was simple to integrate. May be this helps for your decision. Regards Sebastian

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Robel Gmichael

Robel Gmichael   ·   7 years ago

hey guys i cant download the file , coz i dont know the offer code

Felix He

Felix He   ·   7 years ago

What is offer code?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

jun kawasaki

jun kawasaki   ·   7 years ago

Hello, We want to use this for open-source project. its OK?

Felix He

Felix He   ·   7 years ago

How to use in your open source project? As module of your app, or full function chat app :)

jun kawasaki

jun kawasaki   ·   7 years ago

Thank you for response, We will use to module of app.

Felix He

Felix He   ·   7 years ago

It's ok use the Ionic Starter Messenger in your open source project. You know that I selling this package, please just include minify css js in your project, and declare the license of Ionic Starter Messenger source code.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

lebor

lebor   ·   7 years ago

we have downloaded this applicaton, but we couldnt find the json file to connect it with our firebase database.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Hotel Genius

Hotel Genius   ·   7 years ago

can i use this with ionic version 1.3.3?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Marcel Scheuschner

Marcel Scheuschner   ·   7 years ago

Hey Felix, nice work so far. I have purchases this starter a while ago and build up a app on it with several modifications. Adding a picture upload for avatar for example. What i like to know is what happens to functions like remove chat or remove groups. They seem prepared but not finished in code. The service functions seems missing. I tried a bit around but stuck during what i really need to remove from the database in which case. Is there a way you could assist? How about your mentioned version 1.2 ? Will it come? Best regards

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

alessandro aureli

alessandro aureli   ·   7 years ago

any version for Creator Project ?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

  ·   just now

{{ comment.comment }}

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

  ·   just now

{{ comment.comment }}

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

alessandro aureli

alessandro aureli   ·   7 years ago

any version for Creator Project ?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Marcel Scheuschner

Marcel Scheuschner   ·   7 years ago

Hey Felix, nice work so far. I have purchases this starter a while ago and build up a app on it with several modifications. Adding a picture upload for avatar for example. What i like to know is what happens to functions like remove chat or remove groups. They seem prepared but not finished in code. The service functions seems missing. I tried a bit around but stuck during what i really need to remove from the database in which case. Is there a way you could assist? How about your mentioned version 1.2 ? Will it come? Best regards

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Hotel Genius

Hotel Genius   ·   7 years ago

can i use this with ionic version 1.3.3?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

lebor

lebor   ·   7 years ago

we have downloaded this applicaton, but we couldnt find the json file to connect it with our firebase database.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

jun kawasaki

jun kawasaki   ·   7 years ago

Hello, We want to use this for open-source project. its OK?

Felix He

Felix He   ·   7 years ago

How to use in your open source project? As module of your app, or full function chat app :)

jun kawasaki

jun kawasaki   ·   7 years ago

Thank you for response, We will use to module of app.

Felix He

Felix He   ·   7 years ago

It's ok use the Ionic Starter Messenger in your open source project. You know that I selling this package, please just include minify css js in your project, and declare the license of Ionic Starter Messenger source code.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Robel Gmichael

Robel Gmichael   ·   7 years ago

hey guys i cant download the file , coz i dont know the offer code

Felix He

Felix He   ·   7 years ago

What is offer code?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Sibusiso Mbuli

Sibusiso Mbuli   ·   7 years ago

Same question as that of a few others: does it integrate with Push Notifications?

Sebastian Mika

Sebastian Mika   ·   7 years ago

Hi, I am using this starter for my project and its ok as a starting point. Out of the box it doesn't support push notifications. I integrated ionic push notifications with this starter. It was simple to integrate. May be this helps for your decision. Regards Sebastian

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

marinus

marinus   ·   7 years ago

Hi Felix, When the app is closed or running in the background, will notifications be displayed?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

sysads

sysads   ·   8 years ago

I nfind it difficult to understand why he cannot even reply to any of the messages

Felix He

Felix He   ·   7 years ago

Sorry sysads. This year I change my job, change city... I will try better

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

seeyouu

seeyouu   ·   8 years ago

HI Felix, I would like to check whether it's able to send push notification to user? Does it integrate with firebase cloud messaging service?Thank you

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

mankota

mankota   ·   8 years ago

Oh one more thing, can I prevent users that are not invited in a group? Secondly, can I assign admin to specific user(s) like WhatsApp?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

mankota

mankota   ·   8 years ago

Hi Felix, I just bought this template and it looks promising. However, I have few questions for you. 1. I cannot create new group using the textbox. 2. In the new group template, the image upload does not seems to be doing anything. 3. In the chat, the image upload is not available. When will that be available. 4. I need another feature and I don't know if you can add that for me. If so, email me at mankota@gmail.com Thanks

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Vishal Singh

Vishal Singh   ·   8 years ago

When will the image upload/picture taking feature be available for messaging??

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

sysads

sysads   ·   8 years ago

Hi I am thinking of buying this even though I have wasted money elsewhere but have following ?s - Does this app provide sound notification for missed messages? - How can one make money from app? - Need advise - Can I generate apk file to test app on android? - Does the group display group name and restricted to outsiders except invited? - Can we mass invite everyone in my phonebook contact? I still have more ?s

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

marcos

marcos   ·   8 years ago

Could I migrate firebase backend to my own backend easily? Thank you

Felix He

Felix He   ·   8 years ago

Depends on what kinds of your own backend. If realtime database backend like firebase is good. And all backend function set at "services.js" and "auth.js", so you can rewrite this two file for integrate with your own backend.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Sascha

Sascha   ·   8 years ago

Hi Felix, first: nice work. One question: is there also something like "unread"-messages. e.g. when I come back into the app after been offline for 5 days? cheers

Felix He

Felix He   ·   8 years ago

The Chats Tab list all current user "Activities", so if you want something like "unread" you can easily add "unread" item at database. Then you can show "unread" item at list.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Teerawat Wuttiwat

Teerawat Wuttiwat   ·   8 years ago

Hi Felix, I did bought the starter but having problem to display user name properly below avatar. If you happen to have this done, could you please share? Thank you very much

Felix He

Felix He   ·   8 years ago

Hi Tearaway, I update the starter and do you find same problem?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Navin Dhananshan

Navin Dhananshan   ·   8 years ago

Do you have an upgraded version to ionic 2 ?

Muhammad Omar

Muhammad Omar   ·   8 years ago

Yes please what about ionic 2 and Android ?!

Felix He

Felix He   ·   8 years ago

Ionic V2 and Android on the road... :)

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Greg Parker

Greg Parker   ·   8 years ago

Did you install firebase to this yet? If so I want to buy it to save me from a headache. Please let me know, thanks!

Felix He

Felix He   ·   8 years ago

Try new update, with firebase now.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

R J

R J   ·   8 years ago

Does this have a backend? Fire base? If no, how does it save content?

R J

R J   ·   8 years ago

I mean, how does it save the conversations?

R J

R J   ·   8 years ago

Firebase? Yes / No? How does it save conversations?

Felix He

Felix He   ·   8 years ago

Hi @MJ, Firebase version is on the way, and all customer can update free.

Marco

Marco   ·   8 years ago

Hi @FelixHe , how does the app currently save data?

Felix He

Felix He   ·   8 years ago

Hi, Marco. Firebase backend version on the way, I think it will put on Ionic market this month.

Greg Parker

Greg Parker   ·   8 years ago

Any luck with this firebase version?

Felix He

Felix He   ·   8 years ago

Finally, I update to firebase version, please download it and give me feedback.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Ryan Ginnow

Ryan Ginnow   ·   8 years ago

Question: how did you get the message bar to stick to the bottom?

Felix He

Felix He   ·   8 years ago

Have you notice that I put Input Form at "ion-footer-bar", so message bar to stick to the bottom :)

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Yat So

Yat So   ·   8 years ago

If (firebaseIntegration) { purchaseImmediately(); }

Felix He

Felix He   ·   9 years ago

Demo on the way, will work at this week :)

Nishanth Nair

Nishanth Nair   ·   8 years ago

Firebase integration please :) .

Raditya Syahrozi

Raditya Syahrozi   ·   8 years ago

any news from firebase?

JSapp.me

JSapp.me   ·   8 years ago

Any news on the update to version 1.1 and the backend integration?

Patrick Breitenbach

Patrick Breitenbach   ·   8 years ago

I was hoping to find a pure messaging app without all the social stuff. Is it pretty easy to rip all that stuff out? Also, how's the back-end coming along?

David Simon

David Simon   ·   8 years ago

Hello, can we see demo on ionic view. App id? Thanks

Varun

Varun   ·   8 years ago

Can this be integrated with XMPP with Openfire chat ?

Felix He

Felix He   ·   8 years ago

@Roman Novokhatsky thanks for your feedback. Actually, now version has no backend. So no image upload. And I'm planning update the app v1.1 next month with Parse backend support. Maybe at v1.2 will support image messeng and other function. All 1.x version will free update for buyers ;)

Roman Val

Roman Val   ·   8 years ago

Hello Felix, this starter looks really great! And I would like to purchase it, but at the moment it lacks image sharing, the feature that really important to me. Do you plan to implement it? If yes, could you please tell when it will be available?

Felix He

Felix He   ·   8 years ago

@Brandon Batie, hook this up with Firebase backend will not so hard. This version has well designed static json data at services with call function. And the next version I plan integrate with Firebase or Parse if you can wait :) @arlind arlind, android apk demo will online soon, you can check "DEMO" link button right with your mobile now. Thanks for your feed back. @chan king to, This version has no backend, and I plan integrate with Firebase or Parse at next version. And android demo on the way :) Thanks for your feed back, I'll update the project soon...

chan king to

chan king to   ·   8 years ago

Is the backend ready? what backend do you use? Great if I can see android demo :)

arlind arlind

arlind arlind   ·   8 years ago

can i see an android apk demo

Brandon Batie

Brandon Batie   ·   8 years ago

How hard would it be to hook this up to a Firebase backend with how your data is formatted?

Sameer

Sameer   ·   8 years ago

Hello Felix, I would like to know following: What backend has used for this app? NodeJs / Asp.Net Web APi ? Can we use this as ready solution with little customization for user profile I just want to extend this solution by detecting where active users are located on map before i could chat with them

Felix He

Felix He   ·   8 years ago

Hi, @Nilesh Goswami, thanks for your feedback. The theme now beta version and has not released, but you can customize it with ionic sass. The theme will publish later with full support document.

Nilesh Goswami

Nilesh Goswami   ·   8 years ago

Hi, How can I change the theme? is there any free theme template provided?

Felix He

Felix He   ·   8 years ago

@Hoang Nguyen, this starter just testing on iOS. I will update the starter after testing on Android next week.

Hoang Nguyen

Hoang Nguyen   ·   8 years ago

Is this going to support Android also? Or does it already?

diamondzuo

diamondzuo   ·   9 years ago

@ Arthur MacMillan, thank you for your support. It is an application. About the stutter, is it appears at a few pages or the whole application? Please tell me, and I'll check. You can also contact me by email: diamond.zuo@gmail.com

Arthur MacMillan

Arthur MacMillan   ·   9 years ago

This is great. I downloaded and attempted to test with Ionic View. I've noticed a stutter in the animations. Is this the application or ionic view?

Felix He

Felix He   ·   9 years ago

Yes, we'll put Demo today :)

Raymond Ativie

Raymond Ativie   ·   9 years ago

looking forward to a demo

Willian Ribeiro Angelo

Willian Ribeiro Angelo   ·   9 years ago

Demo ?

Blake Zeisler

Blake Zeisler   ·   8 years ago

Great starter template! I'm looking to integrate firebase on the back end but i think you may already be working some Parse or firebase integration. Just wanted to check up on your back-end integration efforts for this starter template before i get started. Now that Parse is shutting down, hopefully you are working firebase integration?