Skip to content

Commit 6adb664

Browse files
skam22mikehardy
andauthored
docs(dynamic-links): add not on auth use case to Dynamic Link deprecation 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]>
1 parent 664de18 commit 6adb664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dynamic-links/usage/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ previous: /database/presence-detection
77
---
88

99
> [!WARNING]
10-
> 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.
10+
> 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.
1111
1212
# Installation
1313

0 commit comments

Comments
 (0)