I getting this error: make sure to call firebaseapp.initializeapp(context) first Im only using local notification , still getting this errror Kindly help.
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?
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?
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
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."
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 ?
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...
Able to have a notification but the local notification schedule is not working, even though I tried your code of notification schedule but unsuccessful
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?
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
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.
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.
@@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..
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
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
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?
@@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
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
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. 😉
I getting this error: make sure to call firebaseapp.initializeapp(context) first
Im only using local notification , still getting this errror
Kindly help.
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?
app icon not showing in notification how can i fix that?
For those getting android manifest merger error just add android:exported="true" as below
You are a hero!
Thanks!! it help a lot!
Very simple way to teach. Thanks for making this so simple.
Awesome tutorial. 👍
I keep coming back to this tutorial for help. Thank you for the content! I hope the channel grows!
Very Very helpful. The way you show each steps is so smoothly executed. Keep up the work.
Glad it was helpful!
Thank you so much. You explain everything is very simple way
Awesome, exactly what I was looking for!!!
Thank you very much for the knowledge you provide, I hope you are always healthy and successful in the future
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?
thank you so much for this Video, you saved my day.
Thank you so much for this tutorial. It's really helpful.
Excellent tutorial, and excellent & relaxing backround music! Thank you!
Glad you liked it!
Amazing!
Awesome video. I have learned a lot and you made react-native so easy. Thank you
Happy to hear that!
Thank you sir...
Keep up the good work...
Awesome tutorial, thanks alot for such a good tutorial.
Glad you liked it
Nice video :) Thanks ✌️
this is awesome
Hey, how to add custom notification sounds
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
Thank you brother, awesome one
My pleasure
How to use this system to navigate to a certain page of app when clicked on a notification?
hello, are you using expo ?
Getting scheduled notification every time when close and open the app?
Very good, is it possible to trigger local notification in the background with react native?
localNotificationSchedule works in background.
app icon not showing in notification how can i fix that?
app icon is not showing how can i fix that?
Please show in example how to create group notifications..
for background notification , please share video or code
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."
great
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 ?
i dont have android folder. do u have to create manually or with a command?
good
Does scheduled notifications work if we close the app completely?
Yes, it should work in this case as well.
can I do it with expo? local and scheduled push notif.
i have a problems: TypeError: Cannot read property 'getInitialNotification' of null, js engine: hermes , can you help me ??
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...
bro what's happend? did you still use this library and works? did u find another library or tutorial?
@@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
Why don't you use expo?
npt working when app is killed local notification
I am getting the notification but pop up is not showing
Am getting this error...default firebaseapp is not initialized in this process react native....kindly assist
Able to have a notification but the local notification schedule is not working, even though I tried your code of notification schedule but unsuccessful
Check the app settings on your device and make sure the permissions for notifications are enabled.
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?
Have you find the solution??
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
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.
@@mashschool ok will try that...Thank you for the response
👏👏
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.
bro did you find a solution? or orther tutorial
This Notifications work and with Expo projects ?
For Expo projects, use the expo-notifications module instead.
docs.expo.io/versions/latest/sdk/notifications/
@@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..
Not getting notification when I close the app that is when app is running in background what could be the issue
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
Check the phone settings for the installed app. Access to send notifications in the background may have been restricted for that app.
this package is not supporting latest version of react native for manifest configuration
bro did you find another good library for this? or other tutoriaL?
@@brandon400no bro let me know if you find one.
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
Make sure that in the device settings, the notification channel for your application is allowed to be displayed.
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?
@@herickraposo1342 This should not happen by default, it's probably because of MIUI on Xiaomi phones.
Any body can tell me please,
How to redirect user to specific screen after clicked on notification?
Same question. Did you get any sol plz?
Use onnotification call back
@@harshjain4256 Thank you. Can you refer any RUclips link please
@@islamicinterestofficial use Notifee package
@@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
what about ios ?
You can watch session #37.
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
i got an error, can anyone help? 🥲