Skip to content

Commit

Permalink
docs(dynamic-links): add not on auth use case to Dynamic Link depreca…
Browse files Browse the repository at this point in the history
…tion notice (#7773)

* Update Dynamic Link Warning

Firebase Dynamic Links is deprecated for primary use cases of store/web routing and regular/deferred deep-linking.

It is NOT deprecated for the usage of Firebase Authentication.  It is, and will continue to be, required as a dependency for the handling of password reset and password-less sign in links beyond the August 25, 2025 deadline.

* Update docs/dynamic-links/usage/index.md

---------

Co-authored-by: Mike Hardy <[email protected]>
  • Loading branch information
skam22 and mikehardy authored May 2, 2024
1 parent 664de18 commit 6adb664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dynamic-links/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ previous: /database/presence-detection
---

> [!WARNING]
> Deprecated: Firebase Dynamic Links is deprecated and should not be adopted in projects that don't already use it. The service will shut down on August 25, 2025. See the [Dynamic Links Deprecation FAQ](https://firebase.google.com/support/dynamic-links-faq) for more information.
> Deprecated: Firebase Dynamic Links is deprecated and should not be adopted in projects that don't already use it. Functionality for the primary use cases of store/web routing and deferred/regular deep-linking will shut down on August 25, 2025. Firebase Authentication currently uses Firebase Dynamic Links to customize Authentication links, but the Firebase team will provide an update to ensure that this functionality continues working after the Firebase Dynamic Links service is shut down. See the [Dynamic Links Deprecation FAQ](https://firebase.google.com/support/dynamic-links-faq) for more information.
# Installation

Expand Down

0 comments on commit 6adb664

Please sign in to comment.