@react-native-firebase/auth 26.3.1 → 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,20 @@
|
|
|
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
|
+
|
|
16
|
+
## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @react-native-firebase/auth
|
|
19
|
+
|
|
6
20
|
## [26.3.1](https://github.com/invertase/react-native-firebase/compare/v26.3.0...v26.3.1) (2026-08-20)
|
|
7
21
|
|
|
8
22
|
### Bug Fixes
|
package/dist/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "26.3.
|
|
1
|
+
export declare const version = "26.3.3";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
|
@@ -577,12 +577,12 @@ RCT_EXPORT_MODULE(NativeRNFBTurboAuth);
|
|
|
577
577
|
#pragma mark -
|
|
578
578
|
#pragma mark Constants
|
|
579
579
|
|
|
580
|
-
- (facebook::react::ModuleConstants<JS::NativeRNFBTurboAuth::Constants
|
|
580
|
+
- (facebook::react::ModuleConstants<JS::NativeRNFBTurboAuth::Constants>)constantsToExport {
|
|
581
581
|
return
|
|
582
582
|
[_RCTTypedModuleConstants newWithUnsafeDictionary:[RNFBAuthHelper authConstantsDictionary]];
|
|
583
583
|
}
|
|
584
584
|
|
|
585
|
-
- (facebook::react::ModuleConstants<JS::NativeRNFBTurboAuth::Constants
|
|
585
|
+
- (facebook::react::ModuleConstants<JS::NativeRNFBTurboAuth::Constants>)getConstants {
|
|
586
586
|
return [self constantsToExport];
|
|
587
587
|
}
|
|
588
588
|
|
package/lib/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '26.3.
|
|
2
|
+
export const version = '26.3.3';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-firebase/auth",
|
|
3
|
-
"version": "26.3.
|
|
3
|
+
"version": "26.3.3",
|
|
4
4
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
|
5
5
|
"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.",
|
|
6
6
|
"main": "./dist/module/index.js",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"@expo/plist": "^0.8.1"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@react-native-firebase/app": "26.3.
|
|
49
|
+
"@react-native-firebase/app": "26.3.3",
|
|
50
50
|
"expo": ">=47.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@react-native-firebase/app": "26.3.
|
|
53
|
+
"@react-native-firebase/app": "26.3.3",
|
|
54
54
|
"expo": "^55.0.18",
|
|
55
55
|
"react-native-builder-bob": "^0.40.13"
|
|
56
56
|
},
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"node_modules/",
|
|
102
102
|
"dist/"
|
|
103
103
|
],
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "04b90008385bf69be74f3a333d0dfea43ba32e64"
|
|
105
105
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["./src/app.plugin.ts","./src/index.ts","./src/
|
|
1
|
+
{"root":["./src/app.plugin.ts","./src/index.ts","./src/pluginconfig.ts","./src/ios/index.ts","./src/ios/openurlfix.ts","./src/ios/urltypes.ts"],"version":"6.0.3"}
|