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: require firebase 10.5.0 or later #247

Merged
merged 2 commits into from
Oct 12, 2023
Merged

feat: require firebase 10.5.0 or later #247

merged 2 commits into from
Oct 12, 2023

Conversation

andipaetzold
Copy link
Owner

@andipaetzold andipaetzold commented Oct 12, 2023

BREAKING CHANGE: require firebase 10.5.0 or later

@andipaetzold andipaetzold changed the base branch from main to next October 12, 2023 20:44
@github-actions
Copy link

Size Change: +340 B (+2%)

Total Size: 19.1 kB

Filename Size Change
lib/firestore/useDocument.js 626 B +34 B (+6%) 🔍
lib/firestore/useDocumentData.js 735 B +34 B (+5%) 🔍
lib/firestore/useDocumentDataOnce.js 613 B +33 B (+6%) 🔍
lib/firestore/useDocumentOnce.js 562 B +34 B (+6%) 🔍
lib/firestore/useQueries.js 621 B +30 B (+5%) 🔍
lib/firestore/useQueriesData.js 694 B +28 B (+4%)
lib/firestore/useQueriesDataOnce.js 667 B +28 B (+4%)
lib/firestore/useQuery.js 596 B +30 B (+5%) 🔍
lib/firestore/useQueryData.js 738 B +29 B (+4%)
lib/firestore/useQueryDataOnce.js 620 B +29 B (+5%) 🔍
lib/firestore/useQueryOnce.js 547 B +31 B (+6%) 🔍
ℹ️ 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/index.js 122 B
lib/firestore/internal.js 344 B
lib/firestore/types.js 31 B
lib/firestore/useCountFromServer.js 509 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

@andipaetzold andipaetzold marked this pull request as ready for review October 12, 2023 21:29
@andipaetzold andipaetzold merged commit 03cf52f into next Oct 12, 2023
4 checks passed
@andipaetzold andipaetzold deleted the firebase-10 branch October 12, 2023 21:29
github-actions bot pushed a commit that referenced this pull request Oct 12, 2023
# [4.0.0-next.1](v3.1.0...v4.0.0-next.1) (2023-10-12)

### Features

* require firebase 10.5.0 or later ([#247](#247)) ([03cf52f](03cf52f))
* useAggregateFromServer ([#192](#192)) ([327a210](327a210))

### BREAKING CHANGES

* require firebase 10.5.0 or later
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