Documentation or nullability annotation of FirebaseDynamicLinks.getDynamicLink() intent parameter wrong
See original GitHub issueThe documentation of
states, that the intent parameter
can be null if the intent does not include the dynamic link. A non-null intent is necessary only when the app is launched directly using the dynamic link, such as when using App Links.
However the parameter is annotated with @NonNull
. So either the documentation or the annotation is wrong and needs adaptation.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
FirebaseDynamicLinks - Google
The intent parameter should be the intent that launched the application, or can be null if the intent does not include the dynamic...
Read more >parameter pendingDynamicLinkData specified as non-null is ...
To fix it, you should explicitly declare that the pendingDynamicLinkData is nullable. Like this: private fun getReferralId() { Firebase.
Read more >Firebase Dynamic Links with Xamarin Forms and .NET Backend
First, you need to create a firebase project, obviously. Then enable dynamic links. The easiest way to get started is to use the...
Read more >com.google.firebase.dynamiclinks.FirebaseDynamicLinks
@Test public void buildDynamicLink_UriContainsCorrectComponents() throws Exception { FirebaseDynamicLinks dl = FirebaseDynamicLinks.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Added a fix here: https://github.com/firebase/firebase-android-sdk/pull/2629
#2629 is merged. Expect the fix to be rolled out in upcoming releases. So closing this issue now.