Skip to content

Commit c8ddccf

Browse files
committed
chore: deprecate app links
1 parent e42e73a commit c8ddccf

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

maths-club-app/src/app/app.component.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class AppComponent implements AfterViewInit {
8787
this.crashlytics.init();
8888
this.analytics.init();
8989
if (Capacitor.getPlatform() === "web") {
90-
this.toggleAppOpenTargetSheet();
90+
// this.toggleAppOpenTargetSheet();
9191
}
9292
}
9393

@@ -111,6 +111,11 @@ export class AppComponent implements AfterViewInit {
111111
}
112112

113113
/**
114+
* @deprecated - Firestore Dynamic Links end of service August 2025
115+
* Will need alternative approach in future, likely combination of universal links
116+
* smart banners and dynamic links
117+
* https://claude.ai/public/artifacts/32e8c795-73ca-48e4-a07e-7f04e813dc31
118+
*
114119
* Present a bottom sheet to encourage user to use native version of app if running
115120
* on mobile
116121
*/

0 commit comments

Comments
 (0)