@react-native-firebase/app 26.2.0 → 26.3.1

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.
Files changed (37) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/RNFBApp.podspec +5 -1
  3. package/android/src/reactnative/java/io/invertase/firebase/app/ReactNativeFirebaseVersion.java +1 -1
  4. package/android/src/reactnative/java/io/invertase/firebase/app/generated/java/com/facebook/fbreact/specs/NativeRNFBTurboUtilsSpec.java +2 -1
  5. package/android/src/reactnative/java/io/invertase/firebase/app/generated/jni/CMakeLists.txt +1 -9
  6. package/android/src/reactnative/java/io/invertase/firebase/app/generated/jni/react/renderer/components/RNFBAppTurboModules/RNFBAppTurboModulesJSI.h +205 -292
  7. package/android/src/reactnative/java/io/invertase/firebase/utils/NativeRNFBTurboUtils.java +15 -0
  8. package/android/src/test/java/io/invertase/firebase/utils/NativeRNFBTurboUtilsTest.java +120 -0
  9. package/dist/module/types/app.js.map +1 -1
  10. package/dist/module/utils/index.js +13 -1
  11. package/dist/module/utils/index.js.map +1 -1
  12. package/dist/module/version.js +1 -1
  13. package/dist/typescript/lib/internal/NativeModules.d.ts +2 -0
  14. package/dist/typescript/lib/internal/NativeModules.d.ts.map +1 -1
  15. package/dist/typescript/lib/types/app.d.ts +5 -0
  16. package/dist/typescript/lib/types/app.d.ts.map +1 -1
  17. package/dist/typescript/lib/utils/index.d.ts.map +1 -1
  18. package/dist/typescript/lib/version.d.ts +1 -1
  19. package/ios/RNFBApp/RNFBUtilsModule.mm +10 -2
  20. package/ios/RNFBApp/RNFBVersion.m +1 -1
  21. package/ios/generated/RNFBAppTurboModules/RNFBAppTurboModules.h +7 -4
  22. package/ios/generated/RNFBAppTurboModulesJSI.h +205 -292
  23. package/lib/internal/NativeModules.ts +2 -0
  24. package/lib/types/app.ts +5 -0
  25. package/lib/utils/index.ts +13 -1
  26. package/lib/version.ts +1 -1
  27. package/package.json +10 -10
  28. package/specs/NativeRNFBTurboUtils.ts +2 -0
  29. package/android/src/reactnative/java/io/invertase/firebase/app/generated/jni/react/renderer/components/RNFBAppTurboModules/RNFBAppTurboModulesJSI-generated.cpp +0 -187
  30. package/ios/generated/RCTAppDependencyProvider.h +0 -25
  31. package/ios/generated/RCTAppDependencyProvider.mm +0 -55
  32. package/ios/generated/RCTModulesConformingToProtocolsProvider.h +0 -18
  33. package/ios/generated/RCTModulesConformingToProtocolsProvider.mm +0 -33
  34. package/ios/generated/RCTThirdPartyComponentsProvider.h +0 -16
  35. package/ios/generated/RCTThirdPartyComponentsProvider.mm +0 -23
  36. package/ios/generated/RNFBAppTurboModulesJSI-generated.cpp +0 -187
  37. package/ios/generated/ReactAppDependencyProvider.podspec +0 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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.1](https://github.com/invertase/react-native-firebase/compare/v26.3.0...v26.3.1) (2026-08-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - restore tokenless npm OIDC publishing ([f601644](https://github.com/invertase/react-native-firebase/commit/f60164462f6de612b20192dde4b154e1c1d6afc7))
11
+
12
+ ## [26.3.0](https://github.com/invertase/react-native-firebase/compare/v26.2.0...v26.3.0) (2026-08-20)
13
+
14
+ ### Features
15
+
16
+ - **ai:** send X-Firebase-AppVersion when data collection enabled ([#9173](https://github.com/invertase/react-native-firebase/issues/9173)) ([ad06531](https://github.com/invertase/react-native-firebase/commit/ad065319b1014dcf53168a1a9f2c9daa0fd40eca))
17
+
18
+ ### Bug Fixes
19
+
20
+ - **app, sdks:** adopt native SDK ios 12.18.0, android 34.18.0, js 12.17.1 ([2373421](https://github.com/invertase/react-native-firebase/commit/2373421579cfbfc1c543946e55d0c057e1bc1c6f))
21
+ - **ios:** allow non-modular React includes in RNFB podspecs ([#9200](https://github.com/invertase/react-native-firebase/issues/9200)) ([dd453ff](https://github.com/invertase/react-native-firebase/commit/dd453ff17a8bd645b9d0eb56bef74df53f217f93))
22
+
6
23
  ## [26.2.0](https://github.com/invertase/react-native-firebase/compare/v26.1.0...v26.2.0) (2026-08-10)
7
24
 
8
25
  ### Features
package/RNFBApp.podspec CHANGED
@@ -33,9 +33,13 @@ Pod::Spec.new do |s|
33
33
  raise "#{s.name} requires New Architecture. Enable New Architecture to use this module"
34
34
  end
35
35
 
36
- # App must define modules for static framework integration of other packages to work
36
+ # App must define modules for static framework integration of other packages to work.
37
+ # CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES is required so RNFB's umbrella,
38
+ # which re-exports <React/...> imports, validates when consumers build with use_frameworks!
39
+ # (the default on Expo, and required for the firebase-ios-sdk).
37
40
  s.pod_target_xcconfig = {
38
41
  "DEFINES_MODULE" => "YES",
42
+ "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES" => "YES",
39
43
  }
40
44
 
41
45
  # RNFBUtilsModule.mm uses PHAsset (Photos.framework) to resolve local asset paths.
@@ -18,5 +18,5 @@ package io.invertase.firebase.app;
18
18
  */
19
19
  // generated file - do not modify or commit
20
20
  public class ReactNativeFirebaseVersion {
21
- public static String VERSION = "26.2.0";
21
+ public static String VERSION = "26.3.1";
22
22
  }
@@ -59,7 +59,8 @@ public abstract class NativeRNFBTurboUtilsSpec extends ReactContextBaseJavaModul
59
59
  "EXTERNAL_DIRECTORY",
60
60
  "EXTERNAL_STORAGE_DIRECTORY",
61
61
  "FILE_TYPE_DIRECTORY",
62
- "FILE_TYPE_REGULAR"
62
+ "FILE_TYPE_REGULAR",
63
+ "appVersion"
63
64
  ));
64
65
  Set<String> undeclaredConstants = new HashSet<>(constants.keySet());
65
66
  undeclaredConstants.removeAll(obligatoryFlowConstants);
@@ -25,12 +25,4 @@ target_link_libraries(
25
25
  reactnative
26
26
  )
27
27
 
28
- target_compile_options(
29
- react_codegen_RNFBAppTurboModules
30
- PRIVATE
31
- -DLOG_TAG=\"ReactNative\"
32
- -fexceptions
33
- -frtti
34
- -std=c++20
35
- -Wall
36
- )
28
+ target_compile_reactnative_options(react_codegen_RNFBAppTurboModules PRIVATE)