Skip to content

Commit d5185c6

Browse files
committed
chore: undo readme removal
1 parent 47eb759 commit d5185c6

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

packages/dynamic-links/README.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<p align="center">
2+
<a href="https://rnfirebase.io">
3+
<img width="160px" src="https://i.imgur.com/JIyBtKW.png"><br/>
4+
</a>
5+
<h2 align="center">React Native Firebase - Dynamic Links</h2>
6+
</p>
7+
8+
<p align="center">
9+
<a href="https://api.rnfirebase.io/coverage/dynamic-links/detail"><img src="https://api.rnfirebase.io/coverage/dynamic-links/badge?style=flat-square" alt="Coverage"></a>
10+
<a href="https://www.npmjs.com/package/@react-native-firebase/dynamic-links"><img src="https://img.shields.io/npm/dm/@react-native-firebase/dynamic-links.svg?style=flat-square" alt="NPM downloads"></a>
11+
<a href="https://www.npmjs.com/package/@react-native-firebase/dynamic-links"><img src="https://img.shields.io/npm/v/@react-native-firebase/dynamic-links.svg?style=flat-square" alt="NPM version"></a>
12+
<a href="/LICENSE"><img src="https://img.shields.io/npm/l/react-native-firebase.svg?style=flat-square" alt="License"></a>
13+
<a href="https://lerna.js.org/"><img src="https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg?style=flat-square" alt="Maintained with Lerna"></a>
14+
</p>
15+
16+
<p align="center">
17+
<a href="https://invertase.link/discord"><img src="https://img.shields.io/discord/295953187817521152.svg?style=flat-square&colorA=7289da&label=Chat%20on%20Discord" alt="Chat on Discord"></a>
18+
<a href="https://twitter.com/rnfirebase"><img src="https://img.shields.io/twitter/follow/rnfirebase.svg?style=flat-square&colorA=1da1f2&colorB=&label=Follow%20on%20Twitter" alt="Follow on Twitter"></a>
19+
<a href="https://www.facebook.com/groups/rnfirebase"><img src="https://img.shields.io/badge/Follow%20on%20Facebook-4172B8?logo=facebook&style=flat-square&logoColor=fff" alt="Follow on Facebook"></a>
20+
</p>
21+
22+
---
23+
24+
# Firebase Dynamic Links
25+
26+
⚠️ **DEPRECATED** ⚠️
27+
28+
This package has been deprecated and removed from the React Native Firebase repository.
29+
30+
## Why was it deprecated?
31+
32+
Firebase Dynamic Links has been deprecated by Google and will be shut down on August 25th, 2025. For more information about the deprecation and migration options, please visit:
33+
34+
**[Firebase Dynamic Links Deprecation FAQ](https://firebase.google.com/support/dynamic-links-faq)**
35+
36+
## Migration Options
37+
38+
The deprecation FAQ provides detailed guidance on how to migrate from Firebase Dynamic Links, including:
39+
40+
- **Full feature parity**: Use alternative deep-linking service providers
41+
- **Simple deep-linking**: Migrate to App Links and Universal Links. [See Firebase documentation](https://firebase.google.com/support/guides/app-links-universal-links).
42+
- **No replacement needed**: Remove the package entirely
43+
44+
## Timeline
45+
46+
- **August 25th, 2025**: Firebase Dynamic Links service will be completely shut down
47+
- All existing links will stop working
48+
- All APIs will return error responses
49+
50+
Please refer to the official deprecation FAQ for complete migration guidance and support.
51+
52+
## License
53+
54+
- See [LICENSE](/LICENSE)
55+
56+
---
57+
58+
<p>
59+
<img align="left" width="75px" src="https://static.invertase.io/assets/invertase/invertase-rounded.png">
60+
<p align="left">
61+
Built and maintained with 💛 by <a href="https://invertase.io">Invertase</a>.
62+
</p>
63+
</p>
64+
65+
---

0 commit comments

Comments
 (0)