@react-native-firebase/app
v26.1.0
Published
A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Sto
Downloads
5,239,899
Readme
Installation
yarn add @react-native-firebase/appDocumentation
Additional Topics
iOS Dependency Resolution: SPM vs CocoaPods
React Native 0.75 and newer use Swift Package Manager by default to resolve Firebase iOS SDK dependencies. SPM requires dynamic linkage:
use_frameworks! :linkage => :dynamicTo use CocoaPods instead, add this before any target block in your Podfile:
$RNFirebaseDisableSPM = trueCocoaPods mode supports static or dynamic linkage. React Native versions older than 0.75 fall back to CocoaPods automatically.
See the iOS SPM guide for Xcode 26 setup, Expo configuration, framework-embedding fallback, and troubleshooting.
License
- See LICENSE
