-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
🔥 Clear getInitialLink after first call #3027
Comments
Hello 👋, to help manage issues we automatically close stale issues.
|
shouldn't really be stale bot . this is happening for a long time and should be addressed |
PRs gladly accepted, could be similar to #1820 |
Hello 👋, to help manage issues we automatically close stale issues.
|
Facing the same issue on ios version 13.3 and Android version 8.0.0, React Native version 0.61.5 and react-native-firebase version 5.6.0. |
Hello 👋, to help manage issues we automatically close stale issues.
|
Closing this issue after a prolonged period of inactivity. If this is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Any update? I'm facing the same issue |
@Pierre-CLIND in an open source project, all development is here. This issue has been closed for a long time, all information is contained in it. There won't be updates on closed issues typically, and asking just generates notifications for people |
Issue
Just making an issue for this as it was part of another issue and was getting lost.
getInitialLink
will return the link until the app is killed. There are certain scenarios where you need to process the link on the first time it shows up only, it would be great if it returned null after the first call (or cleared the link in some manner). @mikehardy was talking about dequeing in this comment seems like it would work great here.Project Files
Javascript
Click To Expand
package.json
:firebase.json
for react-native-firebase v6:iOS
Click To Expand
ios/Podfile
:AppDelegate.m
:Android
Click To Expand
Have you converted to AndroidX?
android/gradle.settings
jetifier=true
for Android compatibility?jetifier
for react-native compatibility?android/build.gradle
:android/app/build.gradle
:android/settings.gradle
:MainApplication.java
:AndroidManifest.xml
:Environment
react-native-firebase
version you're using that has this issue:e.g. 5.6.0
Firebase
module(s) you're using that has the issue:DynamicLinks
TypeScript
?Y 3.7.3
Think
react-native-firebase
is great? Please consider supporting all of the project maintainers and contributors by donating via our Open Collective where all contributors can submit expenses. [Learn More]React Native Firebase
andInvertase
on Twitter for updates on the library.The text was updated successfully, but these errors were encountered: