-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Compose Firebase Dynamic Links #1477
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
Conversation
- Added DynamicLinksViewModel for business logic - Added MainComposeActivity for the jetpack compose UI
@argzdev I'll take a closer look at these, but in the meantime I noticed that CI is failing due to snippets errors (the |
Got it, I'll remove those snippets. Thanks for taking a look into it, @thatfiredev! |
In the |
…rate Preview of the content.
...s/app/src/main/java/com/google/firebase/quickstart/deeplinks/kotlin/DynamicLinksViewModel.kt
Outdated
Show resolved
Hide resolved
...s/app/src/main/java/com/google/firebase/quickstart/deeplinks/kotlin/DynamicLinksViewModel.kt
Outdated
Show resolved
Hide resolved
...nks/app/src/main/java/com/google/firebase/quickstart/deeplinks/kotlin/MainComposeActivity.kt
Outdated
Show resolved
Hide resolved
...nks/app/src/main/java/com/google/firebase/quickstart/deeplinks/kotlin/MainComposeActivity.kt
Outdated
Show resolved
Hide resolved
…parent directory path. - Converted methods `buildShortLinkFromParams` and `buildDeepLink` to use coroutines - Added Column to use paddingValues of `it`
- Removed @VisibleForTesting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @argzdev !
For review by Rosário Fernandes
EntryChoiceActivity
MainActivity
DynamicLinksViewModel
for business logicMainComposeActivity
for the Jetpack Compose UI