firebase-analytics-debugview-expo-plugin
v1.0.0
Published
Config plugin to enable Firebase Analytics DebugView for iOS release builds
Readme
firebase-analytics-debugview-expo-plugin
This plugin enables Firebase Analytics DebugView for iOS release builds (e.g., TestFlight), allowing you to see your analytics events in real-time.
Installation
npm install firebase-analytics-debugview-expo-pluginor
yarn add firebase-analytics-debugview-expo-pluginUsage
Add the plugin to your app.json or app.config.js:
{
"expo": {
"plugins": ["firebase-analytics-debugview-expo-plugin"]
}
}Disabling the plugin
You can disable the plugin by passing an options object with disabled: true:
{
"expo": {
"plugins": [
["firebase-analytics-debugview-expo-plugin", { "disabled": true }]
]
}
}Contributing
Contributions are very welcome! Please refer to guidelines described in the contributing guide.
