@react-native-firebase/installations 25.0.1 → 25.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 +4 -0
- package/README.md +5 -6
- package/dist/module/version.js +1 -1
- package/dist/typescript/lib/namespaced.d.ts +1 -1
- package/dist/typescript/lib/version.d.ts +1 -1
- package/lib/version.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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
|
+
## [25.1.0](https://github.com/invertase/react-native-firebase/compare/v25.0.1...v25.1.0) (2026-06-25)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @react-native-firebase/installations
|
|
9
|
+
|
|
6
10
|
## [25.0.1](https://github.com/invertase/react-native-firebase/compare/v25.0.0...v25.0.1) (2026-06-23)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @react-native-firebase/installations
|
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<a href="https://www.facebook.com/groups/rnfirebase"><img src="https://img.shields.io/badge/Follow%20on%20Facebook-4172B8?logo=facebook&style=flat-square&logoColor=fff" alt="Follow on Facebook"></a>
|
|
20
20
|
</p>
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
---
|
|
23
23
|
|
|
24
24
|
Entry point for Firebase installations.
|
|
25
25
|
|
|
@@ -29,7 +29,6 @@ The Firebase installations service:
|
|
|
29
29
|
- provides an auth token for a Firebase installation
|
|
30
30
|
- provides a API to perform GDPR-compliant deletion of a Firebase installation.
|
|
31
31
|
|
|
32
|
-
|
|
33
32
|
[> Learn More](https://firebase.google.com/docs/projects/manage-installations)
|
|
34
33
|
|
|
35
34
|
## Installation
|
|
@@ -42,14 +41,14 @@ yarn add @react-native-firebase/installations
|
|
|
42
41
|
|
|
43
42
|
## Documentation
|
|
44
43
|
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
- [Guides](https://rnfirebase.io/installations/usage/)
|
|
45
|
+
- [Reference](https://rnfirebase.io/reference/installations)
|
|
47
46
|
|
|
48
47
|
## License
|
|
49
48
|
|
|
50
49
|
- See [LICENSE](/LICENSE)
|
|
51
50
|
|
|
52
|
-
|
|
51
|
+
---
|
|
53
52
|
|
|
54
53
|
<p>
|
|
55
54
|
<img align="left" width="75px" src="https://static.invertase.io/assets/invertase/invertase-rounded.png">
|
|
@@ -58,4 +57,4 @@ yarn add @react-native-firebase/installations
|
|
|
58
57
|
</p>
|
|
59
58
|
</p>
|
|
60
59
|
|
|
61
|
-
|
|
60
|
+
---
|
package/dist/module/version.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ReactNativeFirebase } from '@react-native-firebase/app';
|
|
2
2
|
import type { FirebaseInstallationsTypes } from './types/namespaced';
|
|
3
|
-
export declare const SDK_VERSION = "25.0
|
|
3
|
+
export declare const SDK_VERSION = "25.1.0";
|
|
4
4
|
type InstallationsNamespace = ReactNativeFirebase.FirebaseModuleWithStaticsAndApp<FirebaseInstallationsTypes.Module, FirebaseInstallationsTypes.Statics> & {
|
|
5
5
|
installations: ReactNativeFirebase.FirebaseModuleWithStaticsAndApp<FirebaseInstallationsTypes.Module, FirebaseInstallationsTypes.Statics>;
|
|
6
6
|
firebase: ReactNativeFirebase.Module;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "25.0
|
|
1
|
+
export declare const version = "25.1.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/lib/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '25.0
|
|
2
|
+
export const version = '25.1.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-firebase/installations",
|
|
3
|
-
"version": "25.0
|
|
3
|
+
"version": "25.1.0",
|
|
4
4
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
|
5
5
|
"description": "React Native Firebase - Installations",
|
|
6
6
|
"main": "./dist/module/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"installations"
|
|
24
24
|
],
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@react-native-firebase/app": "25.0
|
|
26
|
+
"@react-native-firebase/app": "25.1.0"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
]
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "e0a565d8a73a9b103d140ffacfb8876b30d8bdc5"
|
|
62
62
|
}
|