We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42e73a commit c8ddccfCopy full SHA for c8ddccf
1 file changed
maths-club-app/src/app/app.component.ts
@@ -87,7 +87,7 @@ export class AppComponent implements AfterViewInit {
87
this.crashlytics.init();
88
this.analytics.init();
89
if (Capacitor.getPlatform() === "web") {
90
- this.toggleAppOpenTargetSheet();
+ // this.toggleAppOpenTargetSheet();
91
}
92
93
@@ -111,6 +111,11 @@ export class AppComponent implements AfterViewInit {
111
112
113
/**
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
+ *
119
* Present a bottom sheet to encourage user to use native version of app if running
120
* on mobile
121
*/
0 commit comments