From 5a680d1210bd6ee6d0847ee44fb14f72e9209c97 Mon Sep 17 00:00:00 2001 From: OS-filipefernandes Date: Fri, 15 Mar 2024 15:15:10 +0000 Subject: [PATCH 1/2] FB Dynamic Links deprecation info --- .../mobile-plugins/firebase/intro.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/extensibility-and-integration/mobile-plugins/firebase/intro.md b/src/extensibility-and-integration/mobile-plugins/firebase/intro.md index c7871f670..d46be7274 100644 --- a/src/extensibility-and-integration/mobile-plugins/firebase/intro.md +++ b/src/extensibility-and-integration/mobile-plugins/firebase/intro.md @@ -18,7 +18,7 @@ Firebase is a Google mobile development platform. It speeds up development of ma * [Analytics](https://www.outsystems.com/forge/component-overview/10704/firebase-analytics-plugin) * [Crash Reporting](https://www.outsystems.com/forge/Component_Overview.aspx?ProjectId=10705) -* [Dynamic Links](https://www.outsystems.com/forge/component-overview/10988/dynamic-links-plugin-firebase) +* [Dynamic Links (Deprecated)](https://www.outsystems.com/forge/component-overview/10988/dynamic-links-plugin-firebase) * [Performance Monitoring](https://www.outsystems.com/forge/Component_Overview.aspx?ProjectId=10706)
@@ -104,6 +104,10 @@ To get the target directory, concatenate the **app identifier** and **.firebase* Use the target directory value in the **Target Directory** property of the **Resource**. ### Additional setup for the Dynamic Links Plugin +
+Firebase Dynamic Links is being shutdown by Google on August 25th. You can check more info [here](https://firebase.google.com/support/dynamic-links-faq#:~:text=FAQ%20further%20below.-,When%20will%20Firebase%20Dynamic%20Links%20stop%20working%3F,Dynamic%20Links%20will%20shut%20down.). OutSystems has deprecated this plugin and will also shut it down on August 25th. +If you are using FCM Dynamic Links for deep-linking, OutSystems is assessing the possibility of providing a supported solution for App Links and Universal Links. +
The Firebase Dynamic Links Plugin has some additional setup steps that need to be followed for it to work correctly: From 3be54e005ccc193045e08ec99203c4de92bd3d01 Mon Sep 17 00:00:00 2001 From: OS-filipefernandes <87433101+OS-filipefernandes@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:42:09 +0100 Subject: [PATCH 2/2] Update src/extensibility-and-integration/mobile-plugins/firebase/intro.md Co-authored-by: Alexandre Jacinto --- .../mobile-plugins/firebase/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extensibility-and-integration/mobile-plugins/firebase/intro.md b/src/extensibility-and-integration/mobile-plugins/firebase/intro.md index d46be7274..6bb04dadb 100644 --- a/src/extensibility-and-integration/mobile-plugins/firebase/intro.md +++ b/src/extensibility-and-integration/mobile-plugins/firebase/intro.md @@ -106,7 +106,7 @@ Use the target directory value in the **Target Directory** property of the **Res ### Additional setup for the Dynamic Links Plugin
Firebase Dynamic Links is being shutdown by Google on August 25th. You can check more info [here](https://firebase.google.com/support/dynamic-links-faq#:~:text=FAQ%20further%20below.-,When%20will%20Firebase%20Dynamic%20Links%20stop%20working%3F,Dynamic%20Links%20will%20shut%20down.). OutSystems has deprecated this plugin and will also shut it down on August 25th. -If you are using FCM Dynamic Links for deep-linking, OutSystems is assessing the possibility of providing a supported solution for App Links and Universal Links. +If you are using Firebase Dynamic Links for deep-linking, OutSystems is assessing the possibility of providing a supported solution for App Links and Universal Links.
The Firebase Dynamic Links Plugin has some additional setup steps that need to be followed for it to work correctly: