Chat app with Ionic 3 and Firebase - Ep.1

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


Follow me on twitter - @rajayogan 14k
Рекомендации по теме
Комментарии
Автор

The only video I found on internet explaining ionic3 with firebase in easy way, Thank you very much Sir Raja Yogan <3

AkshatBhargavaCodinLife
Автор

thanks bro. I will share all of your videos to other people.

michaelokada
Автор

Thank you very much, waiting for Ep.2, soon

therealchrif
Автор

Thank u very much for starting this Loveeee 4 u...

shafi
Автор

you can use ionic 2 plug-in (snippet) in vscode and it will save you a lot of time ..when you type i2 it will show you all possible ionic 2 component..thank you very much for this helpful tutorial .

zaharouni
Автор

Which version of firebase and anglarfire2 is used?

ananthakrishnanm
Автор

Awesome Video series bro i cant wait to get through it!! (going to contribute to patreon when next paycheck comes in). What video recording/making software & setup do you use??

metalevel
Автор

Hi Raja, Thanks for your effort providing this series .you have written the following css code to align the title centered but that css is breaking the navigation .
the back button on header is not clickable on android
ionic version is 3.12.0

.title.title-md {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
text-align: center;
}

so i had to remove then it worked. do you have any alternative solution for that ?

ianshumansingh
Автор

Is it possible to login using wordpress authentication api instead of users created in firebase? Currently I'm having WordPress system as CMS that provide data via rest api to my ionic app. Im planning to integrate firebase for chatting between the wordpress users using your tutorial above?

manigandanraamanathan
Автор

having trouble logging in. all code is fine but when i click the login button with credentials added on firebase it stays stuck on the login page and doesn't navigate to the tabs page. if i put in a wrong user email and password not on my firebase it notifies me that the user doesn't exist. so it's detecting that the information im using to login in, email and password, are correct but doesn't navigate to next page

mtaanitv
Автор

I get this error : TypeError: Cannot read property 'email' of undefined. any ideas why ?

RedDevilBlitz
Автор

Please have settings for firbase if there is an example how to configur because i have a problem for rin ur app???

younessesoft
Автор

hello @Roja Yogan i have an error.
That is ''Unexpected value 'AngularFireAuth' imported by the module 'AppModule'. Please add a @NgModule annotation.''
I'm just a begineer.help me please bro.thanks.

wuttyeewin
Автор

i would like to create my chat app to fit a user of 6, 000 user, how will i do the database to fit all this users

brothersart
Автор

In auth.ts, when i write afireauth, in my case it is show afireauth.getAuth not why?

joaquin
Автор

Great tutorial! Just started to see but i have a question: how will you handle push notifications if AngularFire doesn't allow it? thanks

JLSKLP
Автор

what is problem Class 'FirebaseApp' incorrectly implements interface 'App'. Property 'firestore' is missing in type 'FirebaseApp'. ???

younessesoft
Автор

In android the screen shifts up when i click on a input? any fix?

pavanbahuguni
Автор

hello Raja thank you for videos. I have a question, its possible in octuber in this version break change?I followed all steps but there is still an error.

Runtime Error
webpackJsonp is not defined
Stack
ReferenceError: webpackJsonp is not defined
Ionic Framework: 3.7.1
Ionic App Scripts: 3.0.0
Angular Core: 4.4.3
Angular Compiler CLI: 4.4.3
Node: 7.10.0
OS Platform: Windows 7
Navigator Platform: Win32
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36

U can help me?

Thiago-xdmg
Автор

providers.forEach is not a function
error after eriting code for login
plz help @RajaYogan

tsscreations