Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stewones/capacitor-analytics-demo
Capacitor Firebase Analytics Demo
https://github.com/stewones/capacitor-analytics-demo
analytics capacitor demo firebase
Last synced: 19 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:30:22.000Z (about 2 years ago)
- Last Synced: 2024-11-10T01:42:18.918Z (3 months 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`