This is the only Firebase Analytics package for React Native that has universal platform support (iOS, Android, Web, and Electron).
expo-firebase-analytics
enables the use of native Google Analytics for Firebase. Google Analytics for Firebase is a free app measurement solution that provides insight on app usage and user engagement.
Learn more in the official Firebase Docs.
For managed Expo projects, please follow the installation instructions in the API documentation for the latest stable release.
For bare React Native projects, you must ensure that you have installed and configured the react-native-unimodules
package before continuing.
expo install expo-firebase-analytics
Run npx pod-install
after installing the npm package.
Follow the "Setup Native Firebase" guide in the docs to get started using native Firebase SDK features.
Contributions are very welcome! Please refer to guidelines described in the contributing guide.