@react-native-firebase/firestore 20.5.0 → 21.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [21.1.0](https://github.com/invertase/react-native-firebase/compare/v21.0.0...v21.1.0) (2024-10-21)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/firestore
9
+
10
+ ## [21.0.0](https://github.com/invertase/react-native-firebase/compare/v20.5.0...v21.0.0) (2024-09-26)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **firestore, ios:** remove nanopb transitive dep from podspec ([fbc9dd7](https://github.com/invertase/react-native-firebase/commit/fbc9dd791ad318c9faa5ac4be6c431d0d67f2daa))
15
+
6
16
  ## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11)
7
17
 
8
18
  **Note:** Version bump only for package @react-native-firebase/firestore
@@ -39,10 +39,6 @@ Pod::Spec.new do |s|
39
39
  # Firebase dependencies
40
40
  s.dependency 'Firebase/Firestore', firebase_sdk_version
41
41
 
42
- # required until firestore-ios-sdk-frameworks is updated, otherwise users of that distribution will have compile failures
43
- # see https://github.com/invertase/firestore-ios-sdk-frameworks/issues/59
44
- s.dependency 'nanopb', '>= 2.30908.0', '< 2.30910.0'
45
-
46
42
  if defined?($RNFirebaseAsStaticFramework)
47
43
  Pod::UI.puts "#{s.name}: Using overridden static_framework value of '#{$RNFirebaseAsStaticFramework}'"
48
44
  s.static_framework = $RNFirebaseAsStaticFramework
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '20.5.0';
2
+ module.exports = '21.1.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/firestore",
3
- "version": "20.5.0",
3
+ "version": "21.1.0",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "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.",
6
6
  "main": "lib/index.js",
@@ -27,10 +27,10 @@
27
27
  "firestore"
28
28
  ],
29
29
  "peerDependencies": {
30
- "@react-native-firebase/app": "20.5.0"
30
+ "@react-native-firebase/app": "21.1.0"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"
34
34
  },
35
- "gitHead": "daf2bc9086c14bbb0e1b02a4d4274b7060263eb1"
35
+ "gitHead": "601e38eadaab4079ab44562e537fd28a1d216ce7"
36
36
  }