Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebase Dynamic Links Deprecation Notices #12234

Merged
merged 12 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions FirebaseDynamicLinks/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Firebase Dynamic Links SDK for iOS

> [!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.

Firebase Dynamic Links are universal deep links that persist across app installs.
For more info, see the [Firebase website](https://firebase.google.com/products/dynamic-links).

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@ To run against a production instance, provide a valid `GoogleServices-Info.plist
[public](https://firebase.google.com/docs/database/security/quickstart) while your tests are
running.

### Firebase Dynamic Links

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.

### Firebase Performance Monitoring

For specific Firebase Performance Monitoring development, see
Expand Down
Loading