diff --git a/README.md b/README.md index 140cfb3..1604842 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,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=black) and ![Typescript](https://img.shields.io/badge/-typescript-3178c6?style=flat-square&logo=javascript&logoColor=white) -- Supports at least **Firebase 11** +- Supports **Firebase 12** and **React 19** - 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 `` or `` to keep the logic simple and/or avoid unnecessary rerendering diff --git a/package.json b/package.json index 872633b..ca85454 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firereact", - "version": "0.9.6", + "version": "0.9.8", "description": "React hooks, components and utils for Firebase", "type": "module", "main": "dist/index.cjs.js",