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: remove useCountFromServer #248

Merged
merged 4 commits into from
Oct 12, 2023
Merged

Conversation

andipaetzold
Copy link
Owner

@andipaetzold andipaetzold commented Oct 12, 2023

BREAKING CHANGE: useCountFromServer was removed in favor of useAggregateFromServer

@andipaetzold andipaetzold changed the base branch from main to firebase-10 October 12, 2023 21:28
@andipaetzold andipaetzold self-assigned this Oct 12, 2023
@andipaetzold andipaetzold changed the title remove useCountFromServer feat: remove useCountFromServer Oct 12, 2023
@github-actions
Copy link

github-actions bot commented Oct 12, 2023

Size Change: -517 B (-3%)

Total Size: 19.2 kB

Filename Size Change
lib/firestore/index.js 126 B -8 B (-6%)
lib/firestore/useCountFromServer.js 0 B -509 B (removed) 🏆
ℹ️ View Unchanged
Filename Size
lib/app-check/index.js 59 B
lib/app-check/useAppCheckToken.js 382 B
lib/auth/index.js 75 B
lib/auth/useAuthIdToken.js 520 B
lib/auth/useAuthIdTokenResult.js 536 B
lib/auth/useAuthState.js 395 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/useObjectOnce.js 432 B
lib/database/useObjectValue.js 691 B
lib/database/useObjectValueOnce.js 661 B
lib/firestore/internal.js 441 B
lib/firestore/types.js 31 B
lib/firestore/useAggregateFromServer.js 590 B
lib/firestore/useDocument.js 626 B
lib/firestore/useDocumentData.js 735 B
lib/firestore/useDocumentDataOnce.js 613 B
lib/firestore/useDocumentOnce.js 562 B
lib/firestore/useQueries.js 621 B
lib/firestore/useQueriesData.js 694 B
lib/firestore/useQueriesDataOnce.js 667 B
lib/firestore/useQuery.js 596 B
lib/firestore/useQueryData.js 738 B
lib/firestore/useQueryDataOnce.js 620 B
lib/firestore/useQueryOnce.js 547 B
lib/index.js 107 B
lib/internal/useGet.js 482 B
lib/internal/useIsMounted.js 185 B
lib/internal/useListen.js 500 B
lib/internal/useLoadingValue.js 351 B
lib/internal/useMultiGet.js 631 B
lib/internal/useMultiListen.js 635 B
lib/internal/useMultiLoadingValue.js 523 B
lib/internal/useStableValue.js 259 B
lib/messaging/index.js 60 B
lib/messaging/useMessagingToken.js 395 B
lib/storage/index.js 90 B
lib/storage/internal.js 142 B
lib/storage/useBlob.js 512 B
lib/storage/useBytes.js 477 B
lib/storage/useDownloadURL.js 369 B
lib/storage/useMetadata.js 363 B
lib/storage/useStream.js 518 B

compressed-size-action

Base automatically changed from firebase-10 to next October 12, 2023 21:29
@andipaetzold andipaetzold marked this pull request as ready for review October 12, 2023 21:30
@andipaetzold andipaetzold merged commit f2724ed into next Oct 12, 2023
4 checks passed
@andipaetzold andipaetzold deleted the remove-useCountFromServer branch October 12, 2023 21:35
github-actions bot pushed a commit that referenced this pull request Oct 12, 2023
# [4.0.0-next.2](v4.0.0-next.1...v4.0.0-next.2) (2023-10-12)

### Features

* remove `useCountFromServer` ([#248](#248)) ([f2724ed](f2724ed))

### BREAKING CHANGES

* `useCountFromServer` was removed in favor of
`useAggregateFromServer`
github-actions bot pushed a commit that referenced this pull request Oct 26, 2023
# [4.0.0](v3.1.0...v4.0.0) (2023-10-26)

### Features

* remove `useCountFromServer` ([#248](#248)) ([f2724ed](f2724ed))
* require firebase 10.5.0 or later ([#247](#247)) ([03cf52f](03cf52f))
* useAggregateFromServer ([#192](#192)) ([327a210](327a210))

### BREAKING CHANGES

* `useCountFromServer` was removed in favor of
`useAggregateFromServer`
* require firebase 10.5.0 or later
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.

None yet

1 participant