Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
],
"rewrites": [
{
"source": "**",
"source": "!/.well-known/**",
"destination": "/index.html"
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"package_name": "com.example.app_link_testing",
"sha256_cert_fingerprints": [
"D6:2D:D6:B9:6E:DD:3D:A7:FB:07:69:F4:2F:4B:CD:7E:E4:98:32:C5:70:9A:AE:D5:73:C2:28:66:C1:0D:D9:48"
// "SHA256: D6:2D:D6:B9:6E:DD:3D:A7:FB:07:69:F4:2F:4B:CD:7E:E4:98:32:C5:70:9A:AE:D5:73:C2:28:66:C1:0D:D9:48"
]
}
}]
File renamed without changes
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body class="flex items-center justify-center h-screen bg-gray-100">
<div class="text-center">
<h1 class="text-4xl font-bold text-blue-600">App Link Test Page -V2</h1>
<h1 class="text-4xl font-bold text-blue-600">App Link Test Page -V3</h1>
<p class="mt-4 text-gray-700">Click a link to open the app:</p>
<a
href="https://app-link-testing2.web.app/user/123"
Expand Down