https://github.com/0x80/failurebase-app
Debugging the failurebase library issue
https://github.com/0x80/failurebase-app
Last synced: about 1 month ago
JSON representation
Debugging the failurebase library issue
- Host: GitHub
- URL: https://github.com/0x80/failurebase-app
- Owner: 0x80
- Created: 2024-10-21T05:24:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T05:28:28.000Z (7 months ago)
- Last Synced: 2025-02-05T09:18:42.862Z (3 months ago)
- Language: TypeScript
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
It exists to debug the `useDocumentDataOnce` hook in the [failurebase library](https://github.com/failurebase/failurebase), which, in some cases doesn't accept the incoming CollectionReference as a valid argument because it fails the instanceof check.
## Usage
```bash
pnpm i
pnpm dev
```