Ionic 3 + Angular 4 + Firebase: Real-Time Chat Application - Part 2 | Tutorial 15

preview_player
Показать описание

Building a very simple ionic 3 chat application for android, iOS, and windows phone with Ionic 3 which uses Angular 4, and with firebase for real time data sync across the group.

Рекомендации по теме
Комментарии
Автор

You can also use ngClass to use multiple classes:
class="message" [ngClass]="{'self': message.username === username, 'special': message.specialMessage}"

drabreu
Автор

Can it be also done user to user chat?

techtrendsnewheights
Автор

thanks for the tutorial ^^, help me as student a lot

vitorizkiimanda
Автор

Thank you, very much. This was very useful.

bekzhanseitkali
Автор

great tutorials. but how do i do private chat from friends list.
all user have unique usernames including me. but want to chat with only one friend.

ekoict
Автор

está apresentando este erro:
[14:22:05] tslint: C:/Users/Administrador/chat/src/pages/chat/chat.ts, line: 3
'FirebaseListObservable' is declared but its value is never read.

L2: import { IonicPage, NavController, NavParams } from 'ionic-angular';
L3: import { AngularFireDatabase, FirebaseListObservable } from 'angularfire2/database';

me ajude a resolver, por favor.

ricking
Автор

Can anyone help me with image sharing option in this chat app

himeshpatel
Автор

This video would have been better if you had incorporated push notifications if they were not connected.

basdfgwe
Автор

how to set last text need to more text new text all not visibe by scroll only able to see.... how to set scroll up no scroll down?

sathishkumar-bpfr
Автор

great tutorial.
But you haven't updated the repo yet. please update the repo with the latest scss and html code.

abirhasanzoha
Автор

ur tutorial is out of date. i following u but the syntax is wrong because the new version of component did not support it anymore

coderbanxe