@react-native-firebase/messaging 21.7.1 → 21.7.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 +10 -0
- package/README.md +1 -1
- package/lib/index.d.ts +0 -1
- package/lib/modular/index.d.ts +2 -1
- package/lib/version.js +1 -1
- package/package.json +4 -4
- package/plugin/tsconfig.tsbuildinfo +1 -1
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.7.3](https://github.com/invertase/react-native-firebase/compare/v21.7.2...v21.7.3) (2025-02-08)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- **auth:** resolve type issue when migrating to v9 ([#8277](https://github.com/invertase/react-native-firebase/issues/8277)) ([f4e44ad](https://github.com/invertase/react-native-firebase/commit/f4e44ad50ec85604b7ba0ea835490f473ed5447c))
|
11
|
+
|
12
|
+
## [21.7.2](https://github.com/invertase/react-native-firebase/compare/v21.7.1...v21.7.2) (2025-02-05)
|
13
|
+
|
14
|
+
**Note:** Version bump only for package @react-native-firebase/messaging
|
15
|
+
|
6
16
|
## [21.7.1](https://github.com/invertase/react-native-firebase/compare/v21.7.0...v21.7.1) (2025-01-20)
|
7
17
|
|
8
18
|
**Note:** Version bump only for package @react-native-firebase/messaging
|
package/README.md
CHANGED
@@ -53,7 +53,7 @@ yarn add @react-native-firebase/messaging
|
|
53
53
|
----
|
54
54
|
|
55
55
|
<p>
|
56
|
-
<img align="left" width="75px" src="https://static.invertase.io/assets/invertase-
|
56
|
+
<img align="left" width="75px" src="https://static.invertase.io/assets/invertase/invertase-rounded.png">
|
57
57
|
<p align="left">
|
58
58
|
Built and maintained with 💛 by <a href="https://invertase.io">Invertase</a>.
|
59
59
|
</p>
|
package/lib/index.d.ts
CHANGED
@@ -1181,7 +1181,6 @@ export default defaultExport;
|
|
1181
1181
|
* Attach namespace to `firebase.` and `FirebaseApp.`.
|
1182
1182
|
*/
|
1183
1183
|
declare module '@react-native-firebase/app' {
|
1184
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
1185
1184
|
namespace ReactNativeFirebase {
|
1186
1185
|
import FirebaseModuleWithStatics = ReactNativeFirebase.FirebaseModuleWithStatics;
|
1187
1186
|
interface Module {
|
package/lib/modular/index.d.ts
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
import { FirebaseMessagingTypes } from '..';
|
2
|
-
import {
|
2
|
+
import { ReactNativeFirebase } from '@react-native-firebase/app';
|
3
3
|
|
4
4
|
import Messaging = FirebaseStorageTypes.Module;
|
5
|
+
import FirebaseApp = ReactNativeFirebase.FirebaseApp;
|
5
6
|
|
6
7
|
/**
|
7
8
|
* Returns a Messaging instance for the given app.
|
package/lib/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
// Generated by genversion.
|
2
|
-
module.exports = '21.7.
|
2
|
+
module.exports = '21.7.3';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-native-firebase/messaging",
|
3
|
-
"version": "21.7.
|
3
|
+
"version": "21.7.3",
|
4
4
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
5
5
|
"description": "React Native Firebase - React Native Firebase provides native integration of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost free service, allowing for server-device and device-device communication. The React Native Firebase Messaging module provides a simple JavaScript API to interact with FCM.",
|
6
6
|
"main": "lib/index.js",
|
@@ -24,11 +24,11 @@
|
|
24
24
|
"messaging"
|
25
25
|
],
|
26
26
|
"peerDependencies": {
|
27
|
-
"@react-native-firebase/app": "21.7.
|
27
|
+
"@react-native-firebase/app": "21.7.3",
|
28
28
|
"expo": ">=47.0.0"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
|
-
"expo": "^
|
31
|
+
"expo": "^52.0.30"
|
32
32
|
},
|
33
33
|
"peerDependenciesMeta": {
|
34
34
|
"expo": {
|
@@ -38,5 +38,5 @@
|
|
38
38
|
"publishConfig": {
|
39
39
|
"access": "public"
|
40
40
|
},
|
41
|
-
"gitHead": "
|
41
|
+
"gitHead": "e1446c8737b4df5067fcc4f99ca30b0a3afcc8e5"
|
42
42
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"root":["./src/index.ts","./src/android/index.ts","./src/android/setupFirebaseNotifationIcon.ts"],"version":"5.
|
1
|
+
{"root":["./src/index.ts","./src/android/index.ts","./src/android/setupFirebaseNotifationIcon.ts"],"version":"5.7.3"}
|