If you have any questions about this or request tutorials in this style, be sure to leave a comment below, and thank you for liking the video. 😉
@abhisheksuryawanshi91022 жыл бұрын
I getting this error: make sure to call firebaseapp.initializeapp(context) first Im only using local notification , still getting this errror Kindly help.
@ОлександрУрбанський-к1л Жыл бұрын
I getting this error: make sure to call firebaseapp.initializeapp(context) first Im only using local notification , still getting this errror how to resolve this issue?
@saim45568 ай бұрын
app icon not showing in notification how can i fix that?
@wakenyaOfficial Жыл бұрын
For those getting android manifest merger error just add android:exported="true" as below
@miguelachojc Жыл бұрын
You are a hero!
@astronautpolar596 Жыл бұрын
Thanks!! it help a lot!
@plujudramunqk Жыл бұрын
I keep coming back to this tutorial for help. Thank you for the content! I hope the channel grows!
@royalgm99933 жыл бұрын
Very simple way to teach. Thanks for making this so simple. Awesome tutorial. 👍
@mirzaarslan52252 жыл бұрын
Thank you so much. You explain everything is very simple way
@pranshupatidar46833 жыл бұрын
Very Very helpful. The way you show each steps is so smoothly executed. Keep up the work.
@mashschool3 жыл бұрын
Glad it was helpful!
@Hyp3rX3602 жыл бұрын
Awesome, exactly what I was looking for!!!
@erick91583 жыл бұрын
Thank you very much for the knowledge you provide, I hope you are always healthy and successful in the future
@devsamad23532 жыл бұрын
thank you so much for this Video, you saved my day.
@mahmudulhasankhosru70922 жыл бұрын
Thank you so much for this tutorial. It's really helpful.
@chandraroy24812 жыл бұрын
Amazing!
@torrante3 жыл бұрын
Excellent tutorial, and excellent & relaxing backround music! Thank you!
@mashschool3 жыл бұрын
Glad you liked it!
@leongvincent92943 жыл бұрын
Awesome video. I have learned a lot and you made react-native so easy. Thank you
@mashschool3 жыл бұрын
Happy to hear that!
@muhammadhamzaqadri15483 жыл бұрын
Awesome tutorial, thanks alot for such a good tutorial.
@mashschool3 жыл бұрын
Glad you liked it
@shekhargupta53072 жыл бұрын
this is awesome
@hardikdesai76933 жыл бұрын
Nice video :) Thanks ✌️
@abdulbasir87403 жыл бұрын
Thank you brother, awesome one
@mashschool3 жыл бұрын
My pleasure
@herisusanto26543 жыл бұрын
Thank you sir... Keep up the good work...
@saim45568 ай бұрын
app icon is not showing how can i fix that?
@saim45568 ай бұрын
app icon not showing in notification how can i fix that?
@emilienjerome22432 жыл бұрын
Cool and helpful video. Is there a way to (push notification at any given specific time everyday) even if the user doesn't open it at all during the day?
@bhardwajrrc69638 ай бұрын
How to use this system to navigate to a certain page of app when clicked on a notification?
@sankarsiva53694 ай бұрын
Hey, how to add custom notification sounds
@karventhanvlogs4901 Жыл бұрын
Getting scheduled notification every time when close and open the app?
@ajitanerao1818 күн бұрын
I have a issue while running the project. It says there is are duplicate dependencies from android.support and androidx Is it because the community package is 3years old and not maintained Is Changing all the dependencies of support to androidx the only option ? Are there any other such community packages available ?
@laviederodolfo2 жыл бұрын
great
@brandon400 Жыл бұрын
i dont have android folder. do u have to create manually or with a command?
@codewithquan1311 Жыл бұрын
i have a problems: TypeError: Cannot read property 'getInitialNotification' of null, js engine: hermes , can you help me ??
@GauravGupta-l2f Жыл бұрын
for background notification , please share video or code
@midhunlalg Жыл бұрын
hello, are you using expo ?
@LoveAllSong3 жыл бұрын
How can we make this " we would like to push local schedule notification and user set by themself. Example they want to alert notification every morning at 8:00AM and one more they would be can set the start day and end day to alert notification."
@80Vikram3 жыл бұрын
Thanks for this tutorial but I didn't get which app uses local notification, isn't all the apps only use remote notifications ? Please clarify use cases where local notifications is used and any popular app using this technique
@devitosolucoes7534 Жыл бұрын
can I do it with expo? local and scheduled push notif.
@anonymouswanted75153 жыл бұрын
Does scheduled notifications work if we close the app completely?
@mashschool3 жыл бұрын
Yes, it should work in this case as well.
@sonicstearms_official3 жыл бұрын
good
@ДмитрийМорошан-с2ш3 жыл бұрын
Please show in example how to create group notifications..
@owenmiash89042 жыл бұрын
Am getting this error...default firebaseapp is not initialized in this process react native....kindly assist
@Aleweslei3 жыл бұрын
Very good, is it possible to trigger local notification in the background with react native?
@mashschool3 жыл бұрын
localNotificationSchedule works in background.
@soulcatcher_pajome Жыл бұрын
Followed this tutorial step by step but it's always throwing "Cannot read property 'getInitialNotification' of null"; additionally i can no longer use run-android because it's telling me "> Task :app:processDebugMainManifest FAILED", implying the changes to the AndroidManifest broke something? I'm very lost...
@brandon400 Жыл бұрын
bro what's happend? did you still use this library and works? did u find another library or tutorial?
@soulcatcher_pajome Жыл бұрын
@@brandon400 good question, i think we ended up never implementing a push notif (it was a uni project) and just made a popup on the app itself
@umeshitukade93422 жыл бұрын
I am getting the notification but pop up is not showing
@LbzeyroX3 жыл бұрын
npt working when app is killed local notification
@muzzamilraza37932 жыл бұрын
Why don't you use expo?
@muhammadhamzaqadri15483 жыл бұрын
Able to have a notification but the local notification schedule is not working, even though I tried your code of notification schedule but unsuccessful
@mashschool3 жыл бұрын
Check the app settings on your device and make sure the permissions for notifications are enabled.
@gustavojuantorena3 жыл бұрын
👏👏
@destinkasigwa96202 жыл бұрын
hello i Tried this many times but doesn't work for me. can you help me please when i put the function in console.log it returns me a undefined. and when i click nothing is happen on my emulator.
@brandon400 Жыл бұрын
bro did you find a solution? or orther tutorial
@reactnative74682 жыл бұрын
Sir, I have implemented schedule Notifications by following your Code. I want to schedule notification at a specific time every day i.e 04:00 PM every day then what should I do?
@masterofgames99910 ай бұрын
Have you find the solution??
@shrutirao50733 жыл бұрын
so how can I Locally push schedule notifications when the app is closed. I can pop notification while it's in the foreground and in the background but when I close the app I cannot get notifications
@mashschool3 жыл бұрын
It should work when the app is closed! For more certainty you can use the allowWhileIdle option and also check the notification permissions for the app on your device.
@shrutirao50733 жыл бұрын
@@mashschool ok will try that...Thank you for the response
@aniketpatil44302 жыл бұрын
this package is not supporting latest version of react native for manifest configuration
@brandon400 Жыл бұрын
bro did you find another good library for this? or other tutoriaL?
@aniketpatil4430 Жыл бұрын
@@brandon400no bro let me know if you find one.
@tanupriya69713 жыл бұрын
Not getting notification when I close the app that is when app is running in background what could be the issue
@tanupriya69713 жыл бұрын
I do get notification in emulator when I close the app but when I install the app using release build i am not getting notification in background but as soon as app goes in foreground I get all the notifications
@mashschool3 жыл бұрын
Check the phone settings for the installed app. Access to send notifications in the background may have been restricted for that app.
@nakidm3 жыл бұрын
This Notifications work and with Expo projects ?
@mashschool3 жыл бұрын
For Expo projects, use the expo-notifications module instead. docs.expo.io/versions/latest/sdk/notifications/
@nakidm3 жыл бұрын
@@mashschool thanks for ur answer i used it and is working fine but when i make build not show me notifications and not show token. Is working only via fcm console. If i want use send notifications with handle function not work..
@saim45569 ай бұрын
getting this error : be explicitly specified for element . Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter
@herickraposo13423 жыл бұрын
I'm using the xiaomi redmi note 9 phone and for some reason I can't display the popup in the foreground, the notifications only go to android notification center but nothing else, the popup doesn't even appear when the app is in the background. Please help me
@mashschool3 жыл бұрын
Make sure that in the device settings, the notification channel for your application is allowed to be displayed.
@herickraposo13423 жыл бұрын
Thanks.That's right, my channel's floating notification option was disabled. How can I do this automatically without the user having to enter the app settings? That is, automatically?
@mashschool3 жыл бұрын
@@herickraposo1342 This should not happen by default, it's probably because of MIUI on Xiaomi phones.
@kamleshwagh41682 жыл бұрын
Any body can tell me please, How to redirect user to specific screen after clicked on notification?
@islamicinterestofficial2 жыл бұрын
Same question. Did you get any sol plz?
@harshjain42562 жыл бұрын
Use onnotification call back
@islamicinterestofficial2 жыл бұрын
@@harshjain4256 Thank you. Can you refer any KZbin link please
@harshjain42562 жыл бұрын
@@islamicinterestofficial use Notifee package
@islamicinterestofficial2 жыл бұрын
@@harshjain4256 Thanks I will try. Also do you know how to send notifications using FCM when app is in quit state means not in background just like other apps. FCM is just sending notifications in foreground & background but not in quit state. If you know then please refer some link. I'll be thankful to you