From 89082a443f4d0399a3c8a669f173573d50a0b38d Mon Sep 17 00:00:00 2001 From: Dayana Date: Mon, 17 Aug 2026 14:47:16 -0300 Subject: [PATCH] docs(community): add Capawesome community guides Add four community guides to the v8 Community Guides page: - Capacitor Edge-to-Edge & Safe Areas (General) - How to Build an Ionic Barcode Scanner with Capacitor (APIs) - The Complete Guide to Capacitor Device Sensors (APIs) - Firebase Authentication in Capacitor (Integrations) --- versioned_docs/version-v8/main/guides/community.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/versioned_docs/version-v8/main/guides/community.md b/versioned_docs/version-v8/main/guides/community.md index fc67d10af..a9fdf867f 100644 --- a/versioned_docs/version-v8/main/guides/community.md +++ b/versioned_docs/version-v8/main/guides/community.md @@ -20,6 +20,8 @@ slug: /guides/community [Using the Capacitor in Vue.js app ›](https://akhromieiev.com/tutorials/using-capacitor-in-vue-js-app/) +[Capacitor Edge-to-Edge & Safe Areas: The Complete Guide ›](https://capawesome.io/blog/capacitor-edge-to-edge-and-safe-areas-guide) + ## APIs [Camera: Building an Ionic Framework Camera App](/main/guides/ionic-framework-app.md) @@ -34,6 +36,10 @@ slug: /guides/community [Network Detection with Capacitor in Ionic project ›](https://akhromieiev.com/tutorials/network-detection-capacitor/) +[Barcode Scanning: How to Build an Ionic Barcode Scanner with Capacitor ›](https://capawesome.io/blog/how-to-build-an-ionic-barcode-scanner-with-capacitor) + +[Device Sensors: The Complete Guide to Capacitor Device Sensors ›](https://capawesome.io/blog/capacitor-device-sensors-guide) + ## Integrations [Using Google Maps and Geolocation in Ionic with Capacitor ›](https://www.joshmorony.com/using-google-maps-and-geolocation-in-ionic-with-capacitor) @@ -49,3 +55,5 @@ slug: /guides/community [Google Login in Capacitor Apps with Ionic React ›](https://enappd.com/blog/google-login-in-ionic-react-capacitor-apps/122) [Twitter Login in Capacitor Apps with Ionic React ›](https://enappd.com/blog/twitter-login-in-ionic-react-capacitor-app/121) + +[Firebase Authentication in Capacitor: Setup & Best Practices ›](https://capawesome.io/blog/capacitor-firebase-authentication-guide/)