Skip to content

Commit a5bf4dc

Browse files
committed
Add FDL deprecation FAQ link
1 parent ebac8bc commit a5bf4dc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs-devsite/auth.actioncodesettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android?: {
4949

5050
> Warning: This API is now obsolete.
5151
>
52-
> Firebase Dynamic Links is deprecated. Instead, use `linkDomain` to set a custom domain for mobile links.
52+
> Firebase Dynamic Links is deprecated and will be shut down as early as August 2025. Instead, use to set a custom domain for mobile links. Learn more in the [Dynamic Links deprecation FAQ](https://firebase.google.com/support/dynamic-links-faq)<!-- -->.
5353
>
5454

5555
When multiple custom dynamic link domains are defined for a project, specify which one to use when the link is to be opened via a specified mobile app (for example, `example.page.link`<!-- -->).

packages/auth/src/model/public_types.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,9 @@ export interface ActionCodeSettings {
507507
*
508508
* @defaultValue The first domain is automatically selected.
509509
*
510-
* @deprecated Firebase Dynamic Links is deprecated. Instead, use `linkDomain` to set a custom
511-
* domain for mobile links.
510+
* @deprecated Firebase Dynamic Links is deprecated and will be shut down as early as August
511+
* 2025. Instead, use {@link linkDomain} to set a custom domain for mobile links. Learn more in
512+
* the {@link https://firebase.google.com/support/dynamic-links-faq | Dynamic Links deprecation FAQ}.
512513
*/
513514
dynamicLinkDomain?: string;
514515
/**

0 commit comments

Comments
 (0)