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

Fix launching Sharezone when using Dynamic Link on Android #665

Merged
merged 1 commit into from
May 9, 2023

Conversation

nilsreichardt
Copy link
Member

Reason for this issue was that intent-filter was missing.

For some reason, I also needed to add sharezone.net to get the Dynamic Links working, which is a bit weird. I think sharezone.net is coming from

https://github.com/SharezoneApp/backend-mono/blob/1d402c3a1817c24e04d4f781405fdcc3af350209/infrastructure/google_cloud_platform/firebase/cloud_functions/functions/src/dynamic_links/dynamic_links.ts#L14

Fixes #661

@docs-page
Copy link

docs-page bot commented May 9, 2023

To view this pull requests documentation preview, visit the following URL:

docs.page/sharezoneapp/sharezone-app~665

Documentation is deployed and generated using docs.page.

@github-actions
Copy link

github-actions bot commented May 9, 2023

Visit the preview URL for this PR (updated for commit 7fd7a3a):

https://sharezone-test--pr665-fix-opening-sharezon-6caj71p6.web.app

(expires Tue, 16 May 2023 13:34:48 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 4cb3ae61e1e018abfd9841fd3239f5b49ccc034b

@nilsreichardt nilsreichardt enabled auto-merge May 9, 2023 13:36
@nilsreichardt nilsreichardt added this pull request to the merge queue May 9, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 9, 2023
@nilsreichardt nilsreichardt added this pull request to the merge queue May 9, 2023
Merged via the queue into main with commit 05b6009 May 9, 2023
@nilsreichardt nilsreichardt deleted the fix-opening-sharezone-android branch May 9, 2023 21:04
nilsreichardt added a commit that referenced this pull request Aug 26, 2023
In #665 I added `sharezone.net` as Android Intent because it seemed to
be needed to be able to open Firebase Dynamic Links. However, this
breaks nearly all `sharezone.net/...` links because instantly the app
opens instead the link, like `https://sharezone.net/discord`. I tested
the change and the Firebase Dynamic Links still worked.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dynamic links does not the app on Android
2 participants