Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: useQueries #193

Merged
merged 7 commits into from
Feb 11, 2023
Merged

feat: useQueries #193

merged 7 commits into from
Feb 11, 2023

Conversation

andipaetzold
Copy link
Owner

@andipaetzold andipaetzold commented Feb 10, 2023

No description provided.

@andipaetzold andipaetzold changed the base branch from main to next February 10, 2023 22:04
@github-actions
Copy link

github-actions bot commented Feb 10, 2023

Size Change: +2.36 kB (+15%) ⚠️

Total Size: 17.7 kB

Filename Size Change
lib/firestore/index.js 121 B +10 B (+9%) 🔍
lib/firestore/useQueries.js 593 B +593 B (new file) 🆕
lib/firestore/useQueriesData.js 644 B +644 B (new file) 🆕
lib/internal/useMultiListen.js 614 B +614 B (new file) 🆕
lib/internal/useMultiLoadingValue.js 503 B +503 B (new file) 🆕
ℹ️ View Unchanged
Filename Size
lib/app-check/index.js 59 B
lib/app-check/useAppCheckToken.js 421 B
lib/auth/index.js 75 B
lib/auth/useAuthIdToken.js 562 B
lib/auth/useAuthIdTokenResult.js 578 B
lib/auth/useAuthState.js 434 B
lib/common/index.js 48 B
lib/common/types.js 31 B
lib/database/index.js 70 B
lib/database/internal.js 158 B
lib/database/useObject.js 396 B
lib/database/useObjectOnce.js 455 B
lib/database/useObjectValue.js 693 B
lib/database/useObjectValueOnce.js 631 B
lib/firestore/internal.js 344 B
lib/firestore/types.js 31 B
lib/firestore/useCountFromServer.js 497 B
lib/firestore/useDocument.js 601 B
lib/firestore/useDocumentData.js 689 B
lib/firestore/useDocumentDataOnce.js 587 B
lib/firestore/useDocumentOnce.js 562 B
lib/firestore/useQuery.js 574 B
lib/firestore/useQueryData.js 688 B
lib/firestore/useQueryDataOnce.js 599 B
lib/firestore/useQueryOnce.js 551 B
lib/index.js 107 B
lib/internal/useIsMounted.js 185 B
lib/internal/useListen.js 491 B
lib/internal/useLoadingValue.js 351 B
lib/internal/useOnce.js 471 B
lib/internal/useStableValue.js 200 B
lib/messaging/index.js 60 B
lib/messaging/useMessagingToken.js 417 B
lib/storage/index.js 90 B
lib/storage/internal.js 142 B
lib/storage/useBlob.js 541 B
lib/storage/useBytes.js 507 B
lib/storage/useDownloadURL.js 395 B
lib/storage/useMetadata.js 388 B
lib/storage/useStream.js 547 B

compressed-size-action

@andipaetzold andipaetzold self-assigned this Feb 11, 2023
@andipaetzold andipaetzold marked this pull request as ready for review February 11, 2023 12:36
@andipaetzold andipaetzold merged commit 03be7c8 into next Feb 11, 2023
@andipaetzold andipaetzold deleted the useQueries branch February 11, 2023 12:37
github-actions bot pushed a commit that referenced this pull request Feb 11, 2023
# [3.0.0-next.5](v3.0.0-next.4...v3.0.0-next.5) (2023-02-11)

### Features

* useQueries & useQueriesData ([#193](#193)) ([03be7c8](03be7c8))
@github-actions
Copy link

🎉 This PR is included in version 3.0.0-next.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Aug 1, 2023
# [3.0.0](v2.5.0...v3.0.0) (2023-08-01)

### Bug Fixes

* **firestore:** remove dynamic import from useCountFromServer ([#162](#162)) ([47a03f6](47a03f6))
* properly cleanup `useQueries*` on unmount ([b77becc](b77becc))

### Features

* rename `useCollection*` hooks to `useQuery*` ([#194](#194)) ([372f055](372f055))
* require firebase 9.11.0 or later ([#148](#148)) ([7da01b0](7da01b0))
* target es2017 instead of es2015 ([#163](#163)) ([be187d0](be187d0))
* useQueries & useQueriesData ([#193](#193)) ([03be7c8](03be7c8))

### BREAKING CHANGES

* `useCollection*` hooks are renamed to `useQuery*`
* require firebase 9.11.0 or later
* package targets es2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant