Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [26.3.3](https://github.com/invertase/react-native-firebase/compare/v26.3.2...v26.3.3) (2026-09-01)

### Bug Fixes

- **ci:** sync test-expo workspace pins with lerna version ([1c0b32d](https://github.com/invertase/react-native-firebase/commit/1c0b32df664c00baee6c6dc305bac7d5b60c9b8c))
- **e2e:** ready-gate Firebase emulator startup ([9ca2aec](https://github.com/invertase/react-native-firebase/commit/9ca2aecc2aa9140c38749d68ab3c23ac23ca8f46))
- **e2e:** restart Metro with a status gate ([4846e4e](https://github.com/invertase/react-native-firebase/commit/4846e4e345791cd95d7f7952c84a7c229a1f59aa))
- **ios:** align TurboModule constants return type with generated spec ([c79e1d2](https://github.com/invertase/react-native-firebase/commit/c79e1d2bc43b00a6ef61d38a294feceaed447740)), closes [#9212](https://github.com/invertase/react-native-firebase/issues/9212)
- **ios:** harden Expo linkage restore diagnostics ([c6e960b](https://github.com/invertase/react-native-firebase/commit/c6e960ba47e881a848e93d60cf09ea2064b24d1b))
- **ios:** link FirebaseCore into Expo app target under SPM ([18f1d46](https://github.com/invertase/react-native-firebase/commit/18f1d4645ef2b59c03436cf7fa68e6ad39ba9805))
- **ios:** persist Pods explicit-modules off after post_integrate ([54b3a4a](https://github.com/invertase/react-native-firebase/commit/54b3a4a9913d4601cc5562f559e8b9c8e799e105))
- **ios:** point SPM Podfile fallbacks at post_integrate ([21191ac](https://github.com/invertase/react-native-firebase/commit/21191acd767b045150dd40af07192d6c735c918e))
- **ios:** restore RNFB dynamic linkage after Expo prebuilt downgrade ([1d6d80d](https://github.com/invertase/react-native-firebase/commit/1d6d80de01592bd2f38a4270ab268fa40d27a16a))
- **ios:** warn when Expo linkage restore cannot run ([fecb129](https://github.com/invertase/react-native-firebase/commit/fecb129418066ae035ae2a271cf11466e508db54))
- **messaging, ios:** emit onMessage for foreground pushes with content-available: 0 ([81beeca](https://github.com/invertase/react-native-firebase/commit/81beecac04b6b8b3a8a8d4efe58a4338febd7d28))

## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"userUrlFormat": "{{host}}/{{user}}"
},
"ignoreChanges": ["**/docs/**", "**/.github/**", "**/e2e/**", "**/tests/**", "**/tests-macos/**"],
"version": "26.3.3",
"version": "26.3.2",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
4 changes: 0 additions & 4 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [26.3.3](https://github.com/invertase/react-native-firebase/compare/v26.3.2...v26.3.3) (2026-09-01)

**Note:** Version bump only for package @react-native-firebase/ai

## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)

**Note:** Version bump only for package @react-native-firebase/ai
Expand Down
10 changes: 5 additions & 5 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/ai",
"version": "26.3.3",
"version": "26.3.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Firebase AI is a fully-managed, unified AI development platform for building and using generative AI",
"main": "./dist/module/index.js",
Expand All @@ -27,16 +27,16 @@
"generative-ai"
],
"peerDependencies": {
"@react-native-firebase/app": "26.3.3"
"@react-native-firebase/app": "26.3.2"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"devDependencies": {
"@react-native-firebase/app": "26.3.3",
"@react-native-firebase/app-check": "26.3.3",
"@react-native-firebase/auth": "26.3.3",
"@react-native-firebase/app": "26.3.2",
"@react-native-firebase/app-check": "26.3.2",
"@react-native-firebase/auth": "26.3.2",
"@types/text-encoding": "^0.0.40",
"react-native-builder-bob": "^0.41.0",
"typescript": "^6.0.3"
Expand Down
4 changes: 0 additions & 4 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [26.3.3](https://github.com/invertase/react-native-firebase/compare/v26.3.2...v26.3.3) (2026-09-01)

**Note:** Version bump only for package @react-native-firebase/analytics

## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)

**Note:** Version bump only for package @react-native-firebase/analytics
Expand Down
6 changes: 3 additions & 3 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/analytics",
"version": "26.3.3",
"version": "26.3.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - The analytics module provides out of the box support with Google Analytics for Firebase. Integration with the Android & iOS allows for in-depth analytical insight reporting, such as device information, location, user actions and more.",
"main": "./dist/module/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"analytics"
],
"peerDependencies": {
"@react-native-firebase/app": "26.3.3",
"@react-native-firebase/app": "26.3.2",
"expo": ">=47.0.0"
},
"publishConfig": {
Expand All @@ -54,7 +54,7 @@
"superstruct": "^2.0.2"
},
"devDependencies": {
"@react-native-firebase/app": "26.3.3",
"@react-native-firebase/app": "26.3.2",
"expo": "^55.0.18",
"react-native-builder-bob": "^0.41.0",
"typescript": "^6.0.3"
Expand Down
4 changes: 0 additions & 4 deletions packages/app-check/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [26.3.3](https://github.com/invertase/react-native-firebase/compare/v26.3.2...v26.3.3) (2026-09-01)

**Note:** Version bump only for package @react-native-firebase/app-check

## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)

**Note:** Version bump only for package @react-native-firebase/app-check
Expand Down
6 changes: 3 additions & 3 deletions packages/app-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/app-check",
"version": "26.3.3",
"version": "26.3.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - App Check",
"main": "./dist/module/index.js",
Expand Down Expand Up @@ -44,11 +44,11 @@
"appCheck"
],
"peerDependencies": {
"@react-native-firebase/app": "26.3.3",
"@react-native-firebase/app": "26.3.2",
"expo": ">=47.0.0"
},
"devDependencies": {
"@react-native-firebase/app": "26.3.3",
"@react-native-firebase/app": "26.3.2",
"expo": "^55.0.18",
"react-native-builder-bob": "^0.41.0",
"typescript": "^6.0.3"
Expand Down
4 changes: 0 additions & 4 deletions packages/app-distribution/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [26.3.3](https://github.com/invertase/react-native-firebase/compare/v26.3.2...v26.3.3) (2026-09-01)

**Note:** Version bump only for package @react-native-firebase/app-distribution

## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)

**Note:** Version bump only for package @react-native-firebase/app-distribution
Expand Down
6 changes: 3 additions & 3 deletions packages/app-distribution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/app-distribution",
"version": "26.3.3",
"version": "26.3.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - App Distribution",
"main": "./dist/module/index.js",
Expand Down Expand Up @@ -43,11 +43,11 @@
"app-distribution"
],
"peerDependencies": {
"@react-native-firebase/app": "26.3.3",
"@react-native-firebase/app": "26.3.2",
"expo": ">=47.0.0"
},
"devDependencies": {
"@react-native-firebase/app": "26.3.3",
"@react-native-firebase/app": "26.3.2",
"expo": "^55.0.18",
"react-native-builder-bob": "^0.41.0"
},
Expand Down
14 changes: 0 additions & 14 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [26.3.3](https://github.com/invertase/react-native-firebase/compare/v26.3.2...v26.3.3) (2026-09-01)

### Bug Fixes

- **e2e:** ready-gate Firebase emulator startup ([9ca2aec](https://github.com/invertase/react-native-firebase/commit/9ca2aecc2aa9140c38749d68ab3c23ac23ca8f46))
- **e2e:** restart Metro with a status gate ([4846e4e](https://github.com/invertase/react-native-firebase/commit/4846e4e345791cd95d7f7952c84a7c229a1f59aa))
- **ios:** align TurboModule constants return type with generated spec ([c79e1d2](https://github.com/invertase/react-native-firebase/commit/c79e1d2bc43b00a6ef61d38a294feceaed447740)), closes [#9212](https://github.com/invertase/react-native-firebase/issues/9212)
- **ios:** harden Expo linkage restore diagnostics ([c6e960b](https://github.com/invertase/react-native-firebase/commit/c6e960ba47e881a848e93d60cf09ea2064b24d1b))
- **ios:** link FirebaseCore into Expo app target under SPM ([18f1d46](https://github.com/invertase/react-native-firebase/commit/18f1d4645ef2b59c03436cf7fa68e6ad39ba9805))
- **ios:** persist Pods explicit-modules off after post_integrate ([54b3a4a](https://github.com/invertase/react-native-firebase/commit/54b3a4a9913d4601cc5562f559e8b9c8e799e105))
- **ios:** point SPM Podfile fallbacks at post_integrate ([21191ac](https://github.com/invertase/react-native-firebase/commit/21191acd767b045150dd40af07192d6c735c918e))
- **ios:** restore RNFB dynamic linkage after Expo prebuilt downgrade ([1d6d80d](https://github.com/invertase/react-native-firebase/commit/1d6d80de01592bd2f38a4270ab268fa40d27a16a))
- **ios:** warn when Expo linkage restore cannot run ([fecb129](https://github.com/invertase/react-native-firebase/commit/fecb129418066ae035ae2a271cf11466e508db54))

## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)

**Note:** Version bump only for package @react-native-firebase/app
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/app",
"version": "26.3.3",
"version": "26.3.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.",
"main": "./dist/module/index.js",
Expand Down
6 changes: 0 additions & 6 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [26.3.3](https://github.com/invertase/react-native-firebase/compare/v26.3.2...v26.3.3) (2026-09-01)

### Bug Fixes

- **ios:** align TurboModule constants return type with generated spec ([c79e1d2](https://github.com/invertase/react-native-firebase/commit/c79e1d2bc43b00a6ef61d38a294feceaed447740)), closes [#9212](https://github.com/invertase/react-native-firebase/issues/9212)

## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)

**Note:** Version bump only for package @react-native-firebase/auth
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/auth",
"version": "26.3.3",
"version": "26.3.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - The authentication module provides an easy-to-use API to integrate an authentication workflow into new and existing applications. React Native Firebase provides access to all Firebase authentication methods and identity providers.",
"main": "./dist/module/index.js",
Expand Down Expand Up @@ -46,11 +46,11 @@
"@expo/plist": "^0.8.1"
},
"peerDependencies": {
"@react-native-firebase/app": "26.3.3",
"@react-native-firebase/app": "26.3.2",
"expo": ">=47.0.0"
},
"devDependencies": {
"@react-native-firebase/app": "26.3.3",
"@react-native-firebase/app": "26.3.2",
"expo": "^55.0.18",
"react-native-builder-bob": "^0.40.13"
},
Expand Down
6 changes: 0 additions & 6 deletions packages/crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [26.3.3](https://github.com/invertase/react-native-firebase/compare/v26.3.2...v26.3.3) (2026-09-01)

### Bug Fixes

- **ios:** align TurboModule constants return type with generated spec ([c79e1d2](https://github.com/invertase/react-native-firebase/commit/c79e1d2bc43b00a6ef61d38a294feceaed447740)), closes [#9212](https://github.com/invertase/react-native-firebase/issues/9212)

## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)

**Note:** Version bump only for package @react-native-firebase/crashlytics
Expand Down
6 changes: 3 additions & 3 deletions packages/crashlytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/crashlytics",
"version": "26.3.3",
"version": "26.3.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. React Native Firebase provides automatic crash reporting for both native and JavaScript errors, including unhandled promise rejections.",
"main": "./dist/module/index.js",
Expand Down Expand Up @@ -48,14 +48,14 @@
"crashlytics"
],
"peerDependencies": {
"@react-native-firebase/app": "26.3.3",
"@react-native-firebase/app": "26.3.2",
"expo": ">=47.0.0"
},
"dependencies": {
"stacktrace-js": "^2.0.2"
},
"devDependencies": {
"@react-native-firebase/app": "26.3.3",
"@react-native-firebase/app": "26.3.2",
"expo": "^55.0.18",
"react-native-builder-bob": "^0.41.0",
"typescript": "^6.0.3"
Expand Down
4 changes: 0 additions & 4 deletions packages/database/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [26.3.3](https://github.com/invertase/react-native-firebase/compare/v26.3.2...v26.3.3) (2026-09-01)

**Note:** Version bump only for package @react-native-firebase/database

## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)

**Note:** Version bump only for package @react-native-firebase/database
Expand Down
6 changes: 3 additions & 3 deletions packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/database",
"version": "26.3.3",
"version": "26.3.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - The Firebase Realtime Database is a cloud-hosted database. Data is stored as JSON and synchronized in realtime to every connected client. React Native Firebase provides native integration with the Android & iOS Firebase SDKs, supporting both realtime data sync and offline capabilities.",
"main": "./dist/module/index.js",
Expand Down Expand Up @@ -48,10 +48,10 @@
"realtome database"
],
"peerDependencies": {
"@react-native-firebase/app": "26.3.3"
"@react-native-firebase/app": "26.3.2"
},
"devDependencies": {
"@react-native-firebase/app": "26.3.3",
"@react-native-firebase/app": "26.3.2",
"react-native-builder-bob": "^0.41.0"
},
"publishConfig": {
Expand Down
4 changes: 0 additions & 4 deletions packages/firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [26.3.3](https://github.com/invertase/react-native-firebase/compare/v26.3.2...v26.3.3) (2026-09-01)

**Note:** Version bump only for package @react-native-firebase/firestore

## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)

**Note:** Version bump only for package @react-native-firebase/firestore
Expand Down
6 changes: 3 additions & 3 deletions packages/firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/firestore",
"version": "26.3.3",
"version": "26.3.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Cloud Firestore is a NoSQL cloud database to store and sync data between your React Native application and Firebase's database. The API matches the Firebase Web SDK whilst taking advantage of the native SDKs performance and offline capabilities.",
"main": "./dist/module/index.js",
Expand Down Expand Up @@ -52,14 +52,14 @@
"react-native-url-polyfill": "4.0.0"
},
"peerDependencies": {
"@react-native-firebase/app": "26.3.3"
"@react-native-firebase/app": "26.3.2"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"devDependencies": {
"@react-native-firebase/app": "26.3.3",
"@react-native-firebase/app": "26.3.2",
"react-native-builder-bob": "^0.41.0"
},
"exports": {
Expand Down
4 changes: 0 additions & 4 deletions packages/functions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [26.3.3](https://github.com/invertase/react-native-firebase/compare/v26.3.2...v26.3.3) (2026-09-01)

**Note:** Version bump only for package @react-native-firebase/functions

## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)

**Note:** Version bump only for package @react-native-firebase/functions
Expand Down
6 changes: 3 additions & 3 deletions packages/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/functions",
"version": "26.3.3",
"version": "26.3.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Cloud Functions for Firebase lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. React Native Firebase supports integration with production and locally emulated Cloud Functions with a simple API interface.\n\n",
"main": "./dist/module/index.js",
Expand Down Expand Up @@ -43,10 +43,10 @@
"functions"
],
"peerDependencies": {
"@react-native-firebase/app": "26.3.3"
"@react-native-firebase/app": "26.3.2"
},
"devDependencies": {
"@react-native-firebase/app": "26.3.3",
"@react-native-firebase/app": "26.3.2",
"@react-native-firebase/private-tests-firebase-functions": "^0.0.1",
"react-native-builder-bob": "^0.41.0",
"typescript": "^6.0.3"
Expand Down
6 changes: 0 additions & 6 deletions packages/in-app-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [26.3.3](https://github.com/invertase/react-native-firebase/compare/v26.3.2...v26.3.3) (2026-09-01)

### Bug Fixes

- **ios:** align TurboModule constants return type with generated spec ([c79e1d2](https://github.com/invertase/react-native-firebase/commit/c79e1d2bc43b00a6ef61d38a294feceaed447740)), closes [#9212](https://github.com/invertase/react-native-firebase/issues/9212)

## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)

**Note:** Version bump only for package @react-native-firebase/in-app-messaging
Expand Down
Loading
Loading