From c33b2c18a3205aa3dbab7006c0e2c5c7b5ae7806 Mon Sep 17 00:00:00 2001 From: Morgan Chen Date: Thu, 18 Jan 2024 14:37:10 -0800 Subject: [PATCH] Deprecate Dynamic Links --- dynamic_links/testapp/readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dynamic_links/testapp/readme.md b/dynamic_links/testapp/readme.md index df15e578..66190975 100644 --- a/dynamic_links/testapp/readme.md +++ b/dynamic_links/testapp/readme.md @@ -1,6 +1,11 @@ Firebase Dynamic Links Quickstart ================================= +> [!IMPORTANT] +> Firebase Dynamic Links is **deprecated** and should not be used in new projects. The service will shut down on August 25, 2025. +> +> Please see our [Dynamic Links Deprecation FAQ documentation](https://firebase.google.com/support/dynamic-links-faq) for more guidance. + The Firebase Dynamic Links Quickstart demonstrates logging a range of different events using the Firebase Dynamic Links C++ SDK. The application has no user interface and simply logs actions it's performing to the console.