https://github.com/stewones/capacitor-analytics-demo
Capacitor Firebase Analytics Demo
https://github.com/stewones/capacitor-analytics-demo
analytics capacitor demo firebase
Last synced: about 2 months ago
JSON representation
Capacitor Firebase Analytics Demo
- Host: GitHub
- URL: https://github.com/stewones/capacitor-analytics-demo
- Owner: stewones
- Created: 2019-07-05T05:33:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:30:22.000Z (over 3 years ago)
- Last Synced: 2025-01-06T05:42:13.491Z (over 1 year ago)
- Topics: analytics, capacitor, demo, firebase
- Language: TypeScript
- Homepage: https://github.com/stewwan/capacitor-analytics
- Size: 3.12 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# capacitor-analytics-demo
- `git clone https://github.com/stewwan/capacitor-analytics-demo`
- `cd capacitor-analytics-demo && npm install`
- add your `GoogleService-Info.plist` to `ios/App/App`
- `npm run start`
## debug view
analytics data aren't sent in realtime due to performance implications, so while developing we need to enable debug view in xcode.
1. In Xcode, select Product > Scheme > Edit scheme
2. Select Run from the left menu
3. Select the Arguments tab
4. In the Arguments Passed On Launch section, add `-FIRAnalyticsDebugEnabled`