diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 5e9a227..a917f15 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -12,6 +12,7 @@ body: - double-back-to-close - package-info - no-screenshot + - firebase-crashlytics validations: required: true diff --git a/.github/labeler.yml b/.github/labeler.yml index 9ec70ed..5074ab2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -4,3 +4,5 @@ - "package-info" "package: no_screenshot": - "no-screenshot" +"package: firebase_crashlytics": + - "firebase-crashlytics" \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/README.md b/README.md index 8dabd98..49f6149 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ Public assets, issues, bugs 🐞 report for NativePHP mobile plugins ## Free Packages | Package | Description | Source code | Package link | -| ------------------------- | ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ---------------------------------------------------------------------------- | +| ------------------------- |-------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------- | ---------------------------------------------------------------------------- | | Package Info | Provides an API for querying information about an application package. | [GitHub](https://github.com/codingwithrk/package-info) | [NativePHP](https://nativephp.com/plugins/codingwithrk/package-info) | | No Screenshot | Prevents screenshots, blocks screen recording and global protection in App-switch state in your mobile app. | [GitHub](https://github.com/codingwithrk/no-screenshot) | [NativePHP](https://nativephp.com/plugins/codingwithrk/no-screenshot) | | Press back twice to close | Prompts users to press back twice before exiting the app. | [GitHub](https://github.com/codingwithrk/double-back-to-close) | [NativePHP](https://nativephp.com/plugins/codingwithrk/double-back-to-close) | +| Firebase Crashlytics | Provides integration with Firebase Crashlytics for crash reporting and analytics. | [GitHub](https://github.com/codingwithrk/firebase-crashlytics) | [NativePHP](https://nativephp.com/plugins/codingwithrk/firebase-crashlytics) | ## Reporting Issues