From f5f86bd06f967e7675bb2e09186261f64d5afc5b Mon Sep 17 00:00:00 2001 From: Simek Date: Tue, 2 Sep 2025 20:13:21 +0200 Subject: [PATCH] libraries: add `@react-native-firebase/app` --- libraries.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libraries.json b/libraries.json index 2620a68..740cd63 100644 --- a/libraries.json +++ b/libraries.json @@ -269,5 +269,13 @@ "ios": true, "maintainersUsernames": [], "notes": "One of top most used libraries according to the npm stats" + }, + "@react-native-firebase/app": { + "description": "A well tested, feature rich Firebase implementation for React Native", + "installCommand": "@react-native-firebase/app", + "android": true, + "ios": true, + "maintainersUsernames": [], + "notes": "One of top most used libraries according to the npm stats" } }