Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] getInitialNotification does not consume the notification #880

Open
ayman-kouzayha opened this issue Sep 25, 2023 · 26 comments
Open
Labels
Keep Open this label avoids the stale bot

Comments

@ayman-kouzayha
Copy link

While using getInitialNotification on Android we noticed that the call is not consuming the notification unless the app is swiped away, if the app was started with an initial notification then sent to the background where after some time the OS could clear the UI from memory, upon relaunching the app getInitialNotification will re-provide the same notification again which does not match the description of the function in the docs.

https://notifee.app/react-native/reference/getinitialnotification

@github-actions
Copy link

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

@liamjones
Copy link
Contributor

Not stale

@rodrigo-ferreira-mentorspaces

I'm having the same problem.

@allisonadam81
Copy link

I've run into this as well.

My only solution was to check if getInitialNotification was populated. If it was, store it in async, and load the rest of the app. Then later on my app logic I have a useEffect that checks the async storage key to see if it was opened through a notification. That way I could bypass the situation by only calling getInitialNotification the one time and avoid all the false positives.

Copy link

github-actions bot commented Dec 7, 2023

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

@liamjones
Copy link
Contributor

Not stale

Copy link

github-actions bot commented Jan 5, 2024

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

@liamjones
Copy link
Contributor

Not stale

Copy link

github-actions bot commented Feb 2, 2024

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

@liamjones
Copy link
Contributor

Not stale

@badhrin
Copy link

badhrin commented Feb 17, 2024

Agree...this issue is not Stale. I am facing the same issue. The same Initial Notification is populated every time the app is opened, even when opened by the user.

Copy link

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

@liamjones
Copy link
Contributor

Not stale

Copy link

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

@liamjones
Copy link
Contributor

Not stale

Copy link

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

@liamjones
Copy link
Contributor

Not stale

@anwargul0x
Copy link

+1

Copy link

github-actions bot commented Jul 1, 2024

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

@liamjones
Copy link
Contributor

Not stale

@truongnv98
Copy link

Android: For anyone using react native firebase

  • background: use the messaging().onNotificationOpenedApp()
  • close app: use the messaging().getInitialNotification()
  • foreground app: use the notifee.onForegroundEvent()

Copy link

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 30, 2024
@liamjones
Copy link
Contributor

@mikehardy are you able to reopen this one as I missed the stale notification before I could bump it.

@mikehardy mikehardy reopened this Aug 31, 2024
Copy link

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

@liamjones
Copy link
Contributor

Not stale

@mikehardy mikehardy added the Keep Open this label avoids the stale bot label Oct 1, 2024
@rodperottoni
Copy link

probably related to #1043

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Keep Open this label avoids the stale bot
Projects
None yet
Development

No branches or pull requests

9 participants