capacitor-analytics
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.0.2"></a> | ||
## [0.0.2](https://github.com/stewwan/capacitor-analytics/compare/v0.0.1...v0.0.2) (2019-07-05) | ||
### Bug Fixes | ||
* **ios:** enable collection ([d379a03](https://github.com/stewwan/capacitor-analytics/commit/d379a03)) | ||
<a name="0.0.1"></a> | ||
@@ -7,0 +17,0 @@ ## 0.0.1 (2019-07-05) |
{ | ||
"name": "capacitor-analytics", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Enable Firebase Analytics for Capacitor Apps", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.js", |
@@ -10,3 +10,3 @@ # capacitor-analytics [![npm version](https://badge.fury.io/js/capacitor-analytics.svg)](https://badge.fury.io/js/capacitor-analytics) | ||
- `instance(): Promise<{ id: string }>` | ||
- `reset(): Promise<void` | ||
- `reset(): Promise<void>` | ||
- `setScreen({ name: string; class?: string }): Promise<void>` | ||
@@ -63,4 +63,5 @@ - `setUserID({ value: string }): Promise<void>` | ||
- add `GoogleService-Info.plist` to the app folder in xcode | ||
- enable debug view | ||
### Enable debug view | ||
1. In Xcode, select Product > Scheme > Edit scheme | ||
@@ -67,0 +68,0 @@ 2. Select Run from the left menu |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110823
108