@capacitor-community/firebase-analytics
Advanced tools
Comparing version 1.0.1-alpha.0 to 1.0.1
@@ -11,3 +11,3 @@ export interface FirebaseAnalyticsPlugin { | ||
getAppInstanceId(): Promise<{ | ||
instanceId: string; | ||
instanceId: string | null; | ||
}>; | ||
@@ -14,0 +14,0 @@ setScreenName(options: { |
{ | ||
"name": "@capacitor-community/firebase-analytics", | ||
"version": "1.0.1-alpha.0", | ||
"version": "1.0.1", | ||
"description": "A native plugin for firebase analytics.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/capacitor-community/firebase-analytics", |
@@ -16,3 +16,3 @@ <p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p> | ||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> | ||
<a href="#contributors-"><img src="https://img.shields.io/badge/all%20contributors-11-orange?style=flat-square" /></a> | ||
<a href="#contributors-"><img src="https://img.shields.io/badge/all%20contributors-14-orange?style=flat-square" /></a> | ||
<!-- ALL-CONTRIBUTORS-BADGE:END --> | ||
@@ -67,20 +67,9 @@ </p> | ||
super.onCreate(savedInstanceState); | ||
// Initializes the Bridge | ||
this.init( | ||
savedInstanceState, | ||
new ArrayList<Class<? extends Plugin>>() { | ||
{ | ||
// Additional plugins you've installed go here | ||
// Ex: add(TotallyAwesomePlugin.class); | ||
add(FirebaseAnalytics.class); | ||
} | ||
} | ||
); | ||
registerPlugin(FirebaseAnalytics.class); | ||
} | ||
} | ||
``` | ||
> **Note:** You may need to run **File > Sync Project with Gradle Files** in order for Android Studio to recognize the import. | ||
## Configuration | ||
@@ -373,2 +362,5 @@ | ||
<td align="center"><a href="https://github.com/vkyeswa"><img src="https://avatars.githubusercontent.com/u/5016129?v=4?s=100" width="100px;" alt=""/><br /><sub><b>vkyeswa</b></sub></a><br /><a href="https://github.com/capacitor-community/firebase-analytics/issues?q=author%3Avkyeswa" title="Bug reports">🐛</a></td> | ||
<td align="center"><a href="https://github.com/losciur"><img src="https://avatars.githubusercontent.com/u/62714342?v=4?s=100" width="100px;" alt=""/><br /><sub><b>losciur</b></sub></a><br /><a href="https://github.com/capacitor-community/firebase-analytics/commits?author=losciur" title="Tests">⚠️</a> <a href="https://github.com/capacitor-community/firebase-analytics/issues?q=author%3Alosciur" title="Bug reports">🐛</a></td> | ||
<td align="center"><a href="https://github.com/wyattades"><img src="https://avatars.githubusercontent.com/u/992076?v=4?s=100" width="100px;" alt=""/><br /><sub><b>wyattades</b></sub></a><br /><a href="https://github.com/capacitor-community/firebase-analytics/commits?author=wyattades" title="Code">💻</a></td> | ||
<td align="center"><a href="https://github.com/quqkuk"><img src="https://avatars.githubusercontent.com/u/40238888?v=4?s=100" width="100px;" alt=""/><br /><sub><b>losciur</b></sub></a><br /><a href="https://github.com/capacitor-community/firebase-analytics/commits?author=quqkuk" title="Code">💻</a></td> | ||
</tr> | ||
@@ -375,0 +367,0 @@ </table> |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
116612
1
372