Skip to content

Commit

Permalink
remove labels
Browse files Browse the repository at this point in the history
  • Loading branch information
erayerdin committed Feb 19, 2024
1 parent da4a75e commit d928266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ npm i firereact

- Very lightweight, ![unpacked size](https://img.shields.io/npm/unpacked-size/firereact?label=%20&style=flat-square)
when unpacked, ![npm min bundle size](https://img.shields.io/bundlephobia/min/firereact?style=flat-square&label=%20) when minified, ![npm minzip bundle size](https://img.shields.io/bundlephobia/minzip/firereact?style=flat-square&label=%20) when minified+gzipped
- Supports ![Javascript](https://img.shields.io/badge/__-javascript-f7df1e?style=flat-square&logo=javascript&logoColor=white) and ![Typescript](https://img.shields.io/badge/__-typescript-3178c6?style=flat-square&logo=javascript&logoColor=white)
- Supports ![Javascript](https://img.shields.io/badge/-javascript-f7df1e?style=flat-square&logo=javascript&logoColor=black) and ![Typescript](https://img.shields.io/badge/-typescript-3178c6?style=flat-square&logo=javascript&logoColor=white)
- Supports Auth, Firestore, Functions, Providers and Storage.
- Provides hooks such as `useUser` for Auth or `useDocument` for Firestore, which can listen to realtime changes as well
- Provides custom components such as `<FirestoreDocument />` or `<StorageDownloadLink />` to keep the logic simple and/or avoid unnecessary rerendering
Expand Down
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@

- Very lightweight, ![unpacked size](https://img.shields.io/npm/unpacked-size/firereact?label=%20&style=flat-square)
when unpacked, ![npm min bundle size](https://img.shields.io/bundlephobia/min/firereact?style=flat-square&label=%20) when minified, ![npm minzip bundle size](https://img.shields.io/bundlephobia/minzip/firereact?style=flat-square&label=%20) when minified+gzipped
- Supports ![Javascript](https://img.shields.io/badge/__-javascript-f7df1e?style=flat-square&logo=javascript&logoColor=white) and ![Typescript](https://img.shields.io/badge/__-typescript-3178c6?style=flat-square&logo=javascript&logoColor=white)
when unpacked, ![npm min bundle size](https://img.shields.io/bundlephobia/min/firereact?style=flat-square&label=%20) when minified, ![npm minzip bundle size](https://img.shields.io/bundlephobia/minzip/firereact?style=flat-square&label=%20) when minified+gzipped
- Supports ![Javascript](https://img.shields.io/badge/-javascript-f7df1e?style=flat-square&logo=javascript&logoColor=black) and ![Typescript](https://img.shields.io/badge/-typescript-3178c6?style=flat-square&logo=javascript&logoColor=white)
- Supports Auth, Firestore, Functions, Providers and Storage.
- Provides hooks such as `useUser` for Auth or `useDocument` for Firestore, which can listen to realtime changes as well
- Provides custom components such as `<FirestoreDocument />` or `<StorageDownloadLink />` to keep the logic simple and/or avoid unnecessary rerendering
Expand Down

0 comments on commit d928266

Please sign in to comment.