@talixo-ds/utils
v2.0.1
Published
```bash npm install @talixo-ds/utils ```
Readme
@talixo-ds/utils
Installation
npm install @talixo-ds/utilsImporting
import { useFirebase } from "@talixo-ds/utils";Usage
Firebase
import { useFirebase } from "@talixo-ds/utils";
const { db, auth } = useFirebase();Firebase utils
import { handleFirebaseError, getCollectionPath } from "@talixo-ds/utils";
const error = handleFirebaseError(new Error("test"));
const path = getCollectionPath("users.{{userId}}.orders", [["userId", "123"]]);