19 FCM Push Notification | Chat application | Android Studio

  Рет қаралды 18,368

Easy Tuto

Easy Tuto

Жыл бұрын

Chat Application Development with Firebase :
In this series, I will guide you through the process of building a chat application from scratch using Firebase as the backend in Android Studio.
You'll learn how to set up Firebase, design the user interface, implement user authentication with phone OTP, and integrate real-time messaging using Firebase's powerful features. Additionally, you will learn how to implement features such as Recycler view, chat view, cloud Firestore, and login with profile picture.
If you want to support
☕ Buy me a coffee!"☕
www.buymeacoffee.com/bimal
Just follow the steps in the video.
More videos about Android Application Development will uploaded so get in touch with the channel.
So you are no more far.You can be developer.
#chatapp #firebase
---------------------------------------------------------------------------------------------------------------
GITHUB LINK :
github.com/bimalkaf/Android_C...
---------------------------------------------------------------------------------------------------------------
ACCESS THIS SERIES PLAYLIST 💬
• Chat App with Firebase...
---------------------------------------------------------------------------------------------------------------
MAKE YOUR OWN APP SERIES 🔥
• Make Your Own App
---------------------------------------------------------------------------------------------------------------
If you have any queries or doubt Comment below,I will reply.
And Don't forget to Subscribe for more Stuffs.
------------------------------------------------------------------------------------------------------------------------------------------------------
INSTAGRAM :
/ easytutoyt

Пікірлер: 33
@bielfalieri
@bielfalieri 7 ай бұрын
It was like an initial guide so I could find what I needed, I'll figure it out later, but it helped me a lot, thank you
@geniusdeveloper7797
@geniusdeveloper7797 Жыл бұрын
Best coding teacher in the world he explain every code line 😊😊😊😊
@ericdavid4204
@ericdavid4204 10 ай бұрын
Interesting, I noticed that notification only shows up when app is in the background or foreground, . But when app is not running or been closed or killed , notification does not show or appear at all Sir can it be fixed
@kakekmerah4342
@kakekmerah4342 10 ай бұрын
error in android 10 os. and runs well on Android 8 OS. error: force close after application is stopped. error occurred in activitysplash FirebaseUtil.allUserCollectionReference().document(userId).get() .addOnCompleteListener(task -> { if(task.isSuccessful()){.... you can help me?
@saleemhafiz19
@saleemhafiz19 Жыл бұрын
please next video as soon as possible because my final year project presentation is just in 2 to 3 days in my college.. i have to complete the documentation as well.. plz bro helppp.. everything is done.. just notification is remaining.. i have followed every video of yours and thanks for all.. plz bro
@Gamingvideos12947
@Gamingvideos12947 Жыл бұрын
Hi boss kya ap muje apne project ka code de sakte ho?
@yesman3442
@yesman3442 11 ай бұрын
Check in the channel the notification (part 20) video is there and also you will love the last part (part 21).
@saleemhafiz19
@saleemhafiz19 10 ай бұрын
@@yesman3442 when he did upload I had already presented my project.. 😕😔
@estebanrodriguezmarles6069
@estebanrodriguezmarles6069 4 ай бұрын
excelente video
@Gamingvideos12947
@Gamingvideos12947 Жыл бұрын
Please help me,jab mein search karta ho tu app khud hi ban ho jata hai aur profile fragment per click karte hai tu tab bhi app crash kar jata hau
@yesman3442
@yesman3442 11 ай бұрын
Sir, in this series after adding the two Intent in the splash Screen, when ever I tried to launch the app it crashed. And it only crashed when the user is logged in.
@EasyTuto1
@EasyTuto1 11 ай бұрын
Check the Logcat which line its crashing
@yesman3442
@yesman3442 11 ай бұрын
at android.app.ActivityThread.main(ActivityThread.java:7581) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:980) Caused by: java.lang.NullPointerException: Provided document path must not be null. at com.google.firebase.firestore.util.Preconditions.checkNotNull(Preconditions.java:148) at com.google.firebase.firestore.CollectionReference.document(CollectionReference.java:103) at com.example.chatapp.SplashScreen.onCreate(SplashScreen.java:25) at android.app.Activity.performCreate(Activity.java:7805) at android.app.Activity.performCreate(Activity.java:7794) pointing at this line below 25. FirebaseUtil.allUserCollectionReference().document(userId).get()
@yesman3442
@yesman3442 10 ай бұрын
Sir above is what I saw in the logcat
@aviationfan3114
@aviationfan3114 Жыл бұрын
How do you adapt the app to fit all screen sizes?
@keerthanasarathi4349
@keerthanasarathi4349 23 күн бұрын
Are you set any full size screen code from your coding ?
@manasdubey1764
@manasdubey1764 Жыл бұрын
😮😮😮😮
@minshuhrhjffjf
@minshuhrhjffjf Жыл бұрын
Status feature 🎉
@tecgamerkd3329
@tecgamerkd3329 Жыл бұрын
Bro please upload one video of making group
@tecgamerkd3329
@tecgamerkd3329 Жыл бұрын
How to make groups and chat together
@MONSTERDEDITZDINESHM1264
@MONSTERDEDITZDINESHM1264 Жыл бұрын
Bro tell me Android studio minimum requirement
@AbhayKumar-jd4sr
@AbhayKumar-jd4sr Жыл бұрын
Core Java:- classes, inheritance, Oops and you can start
@jinx-chantft1582
@jinx-chantft1582 Жыл бұрын
Why can't my virtual machine receive notifications? Can anyone help me with this problem, please?
@dstsol8
@dstsol8 Жыл бұрын
having the same problem :( so far no luck
@dstsol8
@dstsol8 Жыл бұрын
Got it working after 2 days of trying every solution in SO, found the solution at the end of another tutorial. You know how every app nowadays ask you for permissions for notifications? well that's the issue you have to allow notification permissions for the app in the AppInfo in the emulator, by default they're off. I also allowed notifications from google services in settings. GL
@jinx-chantft1582
@jinx-chantft1582 Жыл бұрын
@@dstsol8 i have allowed notification permissions but it stil didn't work. Can you guide me in detail how to handle this problem? And there is another problem that when receiving notifications on real machines and accessing to view messages in ChatActivity is done, if you exit the application and re-enter it, it will fail. I don't know if it's like that in virtual machines? Perhaps the channel owner has not noticed this issue.
@endritiger
@endritiger 11 ай бұрын
@@jinx-chantft1582 Try restarting the emulator. That worked for me. Also, make sure you're copying the token correctly
@anon9234
@anon9234 5 ай бұрын
@@dstsol8 thanks
@vikaspanchal6581
@vikaspanchal6581 Жыл бұрын
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.vikas.easychat/com.vikas.easychat.SplashActivity}: java.lang.NullPointerException: Provided document path must not be null.
@vikaspanchal6581
@vikaspanchal6581 Жыл бұрын
Plz reply
@quynhpham1566
@quynhpham1566 8 ай бұрын
maybe check your path in code and in firebase again
Cool Items! New Gadgets, Smart Appliances 🌟 By 123 GO! House
00:18
123 GO! HOUSE
Рет қаралды 17 МЛН
ЧУТЬ НЕ УТОНУЛ #shorts
00:27
Паша Осадчий
Рет қаралды 7 МЛН
React Native vs Flutter in 2024 - Make the RIGHT Choice (Difference Explained)
10:31
Daniel Dan | Tech & Data
Рет қаралды 154 М.
Firebase Push Notifications in Flutter - بالعربي
6:54
Mohab Gamal
Рет қаралды 3 М.
Setup Push Notifications in your Expo App
19:28
Dan's React Native Lab
Рет қаралды 20 М.
How to Implement Firebase Push Notifications on Android (FCM + Backend)
1:06:31
How to Send Notification in Android
14:15
Codes Easy
Рет қаралды 38 М.
Cool Items! New Gadgets, Smart Appliances 🌟 By 123 GO! House
00:18
123 GO! HOUSE
Рет қаралды 17 МЛН