Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1022 Bytes

File metadata and controls

26 lines (20 loc) · 1022 Bytes

Mirhal Mobile & Auth Fixes - Summary

✅ Completed Updates

1. iOS Google Sign-In (Native)

  • Implemented: AuthContext.tsx now supports native Google Sign-In via @capacitor-firebase/authentication.
  • Configured: Info.plist updated with URL Schemes and App Transport Security settings.
  • Verified: GoogleService-Info.plist is present in ios/App/App.

2. Mobile UI Polish

  • Header Spacing: Fixed overlap issues on 12+ pages by increasing top padding (pt-48).
  • Map Toggle: Restored the "Map" button on the Search/Home page so users can easily toggle back from the list view.

3. Deployment & Config

  • Auth Error: Refactored firebase-config.ts to improve stability on mobile.
  • cPanel: Created a ready-to-upload mirhal-cpanel-deployment.zip in cpanel-deploy/.

🚀 How to Run (iOS)

  1. Open the project in Xcode:
    npx cap open ios
  2. Select your simulator or device.
  3. Click Run (Play button).

Google Login should now work natively!