diff --git a/example-app/SantokuApp/package-lock.json b/example-app/SantokuApp/package-lock.json
index 323806675a..89ffa82776 100644
--- a/example-app/SantokuApp/package-lock.json
+++ b/example-app/SantokuApp/package-lock.json
@@ -14,9 +14,9 @@
         "@react-native-async-storage/async-storage": "1.23.1",
         "@react-native-community/datetimepicker": "8.0.1",
         "@react-native-community/netinfo": "11.3.1",
-        "@react-native-firebase/app": "~18.5.0",
-        "@react-native-firebase/crashlytics": "~18.5.0",
-        "@react-native-firebase/messaging": "~18.5.0",
+        "@react-native-firebase/app": "~18.9.0",
+        "@react-native-firebase/crashlytics": "~18.9.0",
+        "@react-native-firebase/messaging": "~18.9.0",
         "@react-native-masked-view/masked-view": "0.3.1",
         "@react-native-picker/picker": "2.7.5",
         "@react-navigation/bottom-tabs": "~6.6.0",
@@ -7325,11 +7325,12 @@
       }
     },
     "node_modules/@react-native-firebase/app": {
-      "version": "18.5.0",
-      "resolved": "https://registry.npmjs.org/@react-native-firebase/app/-/app-18.5.0.tgz",
-      "integrity": "sha512-AhHQi5KFDlKZn/lH7rEYtLfpsGamEq+P/cXZWcNPcP0WGlmi++abk7Pxnn4MjnG7TNhEyG/C9uq//qb6VhXaZg==",
+      "version": "18.9.0",
+      "resolved": "https://registry.npmjs.org/@react-native-firebase/app/-/app-18.9.0.tgz",
+      "integrity": "sha512-kMY4HVWxfz0YjQ5n9oyW9uifI5CkQfLfj2FEeQrI9mCwaCNuRw04x9Yc8LeFpew7NPEDVfty7tlL3WEjDpvNEw==",
+      "license": "Apache-2.0",
       "dependencies": {
-        "opencollective-postinstall": "^2.0.1",
+        "opencollective-postinstall": "^2.0.3",
         "superstruct": "^0.6.2"
       },
       "peerDependencies": {
@@ -7344,14 +7345,15 @@
       }
     },
     "node_modules/@react-native-firebase/crashlytics": {
-      "version": "18.5.0",
-      "resolved": "https://registry.npmjs.org/@react-native-firebase/crashlytics/-/crashlytics-18.5.0.tgz",
-      "integrity": "sha512-i/jt/kNyhLws10/DeYgSQbGIekNPCAdtdg36NmFSw7URZf+1JUczKePbHqq3TvMFZJi5OjnDj06Fj9oenQKjWA==",
+      "version": "18.9.0",
+      "resolved": "https://registry.npmjs.org/@react-native-firebase/crashlytics/-/crashlytics-18.9.0.tgz",
+      "integrity": "sha512-n+xKK90HR8zfXIIwHqBTD8shvWvgmL37J6952eCBO7SKQWvTTpZ28sv9ebse97WrrMrH7i0jnoBD7NvdRclkdw==",
+      "license": "Apache-2.0",
       "dependencies": {
-        "stacktrace-js": "^2.0.0"
+        "stacktrace-js": "^2.0.2"
       },
       "peerDependencies": {
-        "@react-native-firebase/app": "18.5.0",
+        "@react-native-firebase/app": "18.9.0",
         "expo": ">=47.0.0"
       },
       "peerDependenciesMeta": {
@@ -7361,11 +7363,18 @@
       }
     },
     "node_modules/@react-native-firebase/messaging": {
-      "version": "18.5.0",
-      "resolved": "https://registry.npmjs.org/@react-native-firebase/messaging/-/messaging-18.5.0.tgz",
-      "integrity": "sha512-y1FApYxBMcygmbWBqUPFC+fCfvx6Yf6TdZewun7kPwx+S+tkYzoKx1IsXtxOXtqyJjCNEYirjFgNrs5SSd02zA==",
+      "version": "18.9.0",
+      "resolved": "https://registry.npmjs.org/@react-native-firebase/messaging/-/messaging-18.9.0.tgz",
+      "integrity": "sha512-Jl62EI1WEpM7TZG4BXXeKAphkiFlyNh57yiBJRRY4N5/c8GXxP4GoB7UZVyQjhD55RuqrVfosFG63uBtd7Hsvg==",
+      "license": "Apache-2.0",
       "peerDependencies": {
-        "@react-native-firebase/app": "18.5.0"
+        "@react-native-firebase/app": "18.9.0",
+        "expo": ">=47.0.0"
+      },
+      "peerDependenciesMeta": {
+        "expo": {
+          "optional": true
+        }
       }
     },
     "node_modules/@react-native-masked-view/masked-view": {
diff --git a/example-app/SantokuApp/package.json b/example-app/SantokuApp/package.json
index f5edb18375..fa3a754ea7 100644
--- a/example-app/SantokuApp/package.json
+++ b/example-app/SantokuApp/package.json
@@ -59,9 +59,9 @@
     "@react-native-async-storage/async-storage": "1.23.1",
     "@react-native-community/datetimepicker": "8.0.1",
     "@react-native-community/netinfo": "11.3.1",
-    "@react-native-firebase/app": "~18.5.0",
-    "@react-native-firebase/crashlytics": "~18.5.0",
-    "@react-native-firebase/messaging": "~18.5.0",
+    "@react-native-firebase/app": "~18.9.0",
+    "@react-native-firebase/crashlytics": "~18.9.0",
+    "@react-native-firebase/messaging": "~18.9.0",
     "@react-native-masked-view/masked-view": "0.3.1",
     "@react-native-picker/picker": "2.7.5",
     "@react-navigation/bottom-tabs": "~6.6.0",