Skip to content

Commit 68d52c3

Browse files
committed
chore: Add migration and contributing reference to README.md
1 parent d480154 commit 68d52c3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Firebase UI for Web brings out-of-the-box components for Firebase for your favou
1010
- Framework agnostic core package; bring your own UI.
1111
- Built-in localization via translations.
1212

13+
## Migration
14+
15+
Firebase UI is a complete rewrite to support modern languages and frameworks. You can view the previous [v6 version](https://github.com/firebase/firebaseui-web/tree/v6) on GitHub.
16+
17+
If you are looking to migrate, please check the [MIGRATION.md](MIGRATION.md) guide.
18+
1319
## Table of contents
1420

1521
- [Getting Started](#getting-started)
@@ -2172,4 +2178,12 @@ If the `themed` prop is provided, you can trigger the styling via providing some
21722178
/* If using Shadcn */
21732179
button[data-provider="oidc.my-provider"][data-themed="true"] {
21742180
...
2175-
```
2181+
```
2182+
2183+
## Contributing
2184+
2185+
Please see the [CONTRIBUTING](CONTRIBUTING.md) guide.
2186+
2187+
## License
2188+
2189+
See [LICENSE](LICENSE).

0 commit comments

Comments
 (0)