Skip to content

Commit 23ba283

Browse files
Merge branch 'main' into firebase-ai
2 parents cb91a26 + 7eaaf18 commit 23ba283

File tree

114 files changed

+6667
-1379
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+6667
-1379
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
### Checklist
1515

16-
- I read the [Contributor Guide](../CONTRIBUTING.md) and followed the process outlined there for submitting PRs.
16+
- I read the [Contributor Guide](https://github.com/invertase/react-native-firebase/blob/main/CONTRIBUTING.md) and followed the process outlined there for submitting PRs.
1717
- [ ] Yes
1818
- My change supports the following platforms;
1919
- [ ] `Android`

.github/workflows/scripts/functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
},
1414
"main": "lib/index.js",
1515
"dependencies": {
16-
"firebase-admin": "^13.3.0",
16+
"firebase-admin": "^13.4.0",
1717
"firebase-functions": "^6.3.2"
1818
},
1919
"devDependencies": {
2020
"firebase-functions-test": "^3.4.1",
21-
"firebase-tools": "^14.2.0",
21+
"firebase-tools": "^14.9.0",
2222
"typescript": "^5.8.3"
2323
},
2424
"private": true

0 commit comments

Comments
 (0)