@react-native-firebase/storage 26.3.2 → 26.3.3

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
+ ## [26.3.3](https://github.com/invertase/react-native-firebase/compare/v26.3.2...v26.3.3) (2026-09-01)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **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)
11
+
12
+ ### Reverts
13
+
14
+ - Revert "chore(release): release packages" ([0a85268](https://github.com/invertase/react-native-firebase/commit/0a85268ae21c706cf1392eaa5b088e85c3273cb7))
15
+
6
16
  ## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)
7
17
 
8
18
  **Note:** Version bump only for package @react-native-firebase/storage
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
 
3
3
  // Generated by genversion.
4
- export const version = '26.3.2';
4
+ export const version = '26.3.3';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,7 +1,7 @@
1
1
  import type { FirebaseApp } from '@react-native-firebase/app';
2
2
  import './types/internal';
3
3
  import type { EmulatorMockTokenOptions, FirebaseStorage, FullMetadata, ListOptions, ListResult, SettableMetadata, StorageReference, Task, UploadMetadata, UploadResult, UploadTask } from './types/storage';
4
- export declare const SDK_VERSION = "26.3.2";
4
+ export declare const SDK_VERSION = "26.3.3";
5
5
  export declare function getStorage(app?: FirebaseApp, bucketUrl?: string): FirebaseStorage;
6
6
  export type * from './types/storage';
7
7
  export { StringFormat, TaskEvent, TaskState } from './StorageStatics';
@@ -1,2 +1,2 @@
1
- export declare const version = "26.3.2";
1
+ export declare const version = "26.3.3";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -239,13 +239,12 @@ RCT_EXPORT_MODULE(NativeRNFBTurboStorage);
239
239
  #pragma mark -
240
240
  #pragma mark Constants
241
241
 
242
- - (facebook::react::ModuleConstants<JS::NativeRNFBTurboStorage::Constants::Builder>)
243
- constantsToExport {
242
+ - (facebook::react::ModuleConstants<JS::NativeRNFBTurboStorage::Constants>)constantsToExport {
244
243
  return [_RCTTypedModuleConstants
245
244
  newWithUnsafeDictionary:[RNFBStorageHelper storageConstantsDictionary]];
246
245
  }
247
246
 
248
- - (facebook::react::ModuleConstants<JS::NativeRNFBTurboStorage::Constants::Builder>)getConstants {
247
+ - (facebook::react::ModuleConstants<JS::NativeRNFBTurboStorage::Constants>)getConstants {
249
248
  return [self constantsToExport];
250
249
  }
251
250
 
package/lib/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '26.3.2';
2
+ export const version = '26.3.3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/storage",
3
- "version": "26.3.2",
3
+ "version": "26.3.3",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Firebase - React Native Firebase provides native integration with Cloud Storage, providing support to upload and download files directly from your device and from your Firebase Cloud Storage bucket.",
6
6
  "main": "./dist/module/index.js",
@@ -48,14 +48,14 @@
48
48
  "download"
49
49
  ],
50
50
  "peerDependencies": {
51
- "@react-native-firebase/app": "26.3.2"
51
+ "@react-native-firebase/app": "26.3.3"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public",
55
55
  "provenance": true
56
56
  },
57
57
  "devDependencies": {
58
- "@react-native-firebase/app": "26.3.2",
58
+ "@react-native-firebase/app": "26.3.3",
59
59
  "react-native-builder-bob": "^0.41.0"
60
60
  },
61
61
  "exports": {
@@ -88,5 +88,5 @@
88
88
  "node_modules/",
89
89
  "dist/"
90
90
  ],
91
- "gitHead": "4ef21d038c5b372e67508265a5c3391a07c91fde"
91
+ "gitHead": "04b90008385bf69be74f3a333d0dfea43ba32e64"
92
92
  }