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: useQueriesOnce & useQueriesDataOnce #239

Merged
merged 6 commits into from
Sep 15, 2023
Merged

feat: useQueriesOnce & useQueriesDataOnce #239

merged 6 commits into from
Sep 15, 2023

Conversation

andipaetzold
Copy link
Owner

No description provided.

@andipaetzold andipaetzold changed the title feat: useQueries{Data}Once feat: useQueriesOnce & useQueriesDataOnce Sep 15, 2023
@github-actions
Copy link

github-actions bot commented Sep 15, 2023

Size Change: +1.27 kB (+7%) 🔍

Total Size: 18.8 kB

Filename Size Change
lib/database/useObjectOnce.js 429 B +2 B (0%)
lib/firestore/index.js 122 B +1 B (+1%)
lib/firestore/useCountFromServer.js 507 B -1 B (0%)
lib/firestore/useDocumentDataOnce.js 578 B +1 B (0%)
lib/firestore/useDocumentOnce.js 523 B +1 B (0%)
lib/firestore/useQueryDataOnce.js 589 B +4 B (+1%)
lib/firestore/useQueryOnce.js 515 B +1 B (0%)
lib/internal/useOnce.js 0 B -483 B (removed) 🏆
lib/messaging/useMessagingToken.js 392 B -1 B (0%)
lib/storage/useDownloadURL.js 368 B -3 B (-1%)
lib/storage/useStream.js 516 B +1 B (0%)
lib/firestore/useQueriesDataOnce.js 637 B +637 B (new file) 🆕
lib/internal/useGet.js 482 B +482 B (new file) 🆕
lib/internal/useMultiGet.js 631 B +631 B (new file) 🆕
ℹ️ View Unchanged
Filename Size
lib/app-check/index.js 59 B
lib/app-check/useAppCheckToken.js 405 B
lib/auth/index.js 75 B
lib/auth/useAuthIdToken.js 544 B
lib/auth/useAuthIdTokenResult.js 561 B
lib/auth/useAuthState.js 415 B
lib/common/index.js 31 B
lib/common/types.js 31 B
lib/database/index.js 70 B
lib/database/internal.js 188 B
lib/database/useObject.js 372 B
lib/database/useObjectValue.js 690 B
lib/database/useObjectValueOnce.js 660 B
lib/firestore/internal.js 344 B
lib/firestore/types.js 31 B
lib/firestore/useDocument.js 590 B
lib/firestore/useDocumentData.js 698 B
lib/firestore/useQueries.js 591 B
lib/firestore/useQueriesData.js 663 B
lib/firestore/useQuery.js 564 B
lib/firestore/useQueryData.js 705 B
lib/index.js 107 B
lib/internal/useIsMounted.js 185 B
lib/internal/useListen.js 500 B
lib/internal/useLoadingValue.js 351 B
lib/internal/useMultiListen.js 635 B
lib/internal/useMultiLoadingValue.js 503 B
lib/internal/useStableValue.js 259 B
lib/messaging/index.js 60 B
lib/storage/index.js 90 B
lib/storage/internal.js 142 B
lib/storage/useBlob.js 510 B
lib/storage/useBytes.js 475 B
lib/storage/useMetadata.js 361 B

compressed-size-action

@andipaetzold andipaetzold marked this pull request as ready for review September 15, 2023 20:38
@andipaetzold andipaetzold self-assigned this Sep 15, 2023
@andipaetzold andipaetzold merged commit 0380229 into main Sep 15, 2023
@andipaetzold andipaetzold deleted the queries-once branch September 15, 2023 23:57
github-actions bot pushed a commit that referenced this pull request Sep 19, 2023
# [3.1.0](v3.0.0...v3.1.0) (2023-09-19)

### Features

* refetch/resubscribe when options change ([#240](#240)) ([f9c30ea](f9c30ea))
* useQueriesOnce & useQueriesDataOnce ([#239](#239)) ([0380229](0380229))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant