{"id":26035262,"url":"https://github.com/zulqurnain/flrvi-ios","last_synced_at":"2026-06-24T23:31:38.874Z","repository":{"id":280975405,"uuid":"943574258","full_name":"Zulqurnain/Flrvi-iOS","owner":"Zulqurnain","description":"A Dating App in Swift using Cursor AI and native code","archived":false,"fork":false,"pushed_at":"2025-03-06T16:45:43.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T03:13:07.861Z","etag":null,"topics":["boltnew","cursorai","ios","no-code","swift"],"latest_commit_sha":null,"homepage":"https://www.flrvi.com","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zulqurnain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-05T23:37:57.000Z","updated_at":"2025-03-06T22:55:16.000Z","dependencies_parsed_at":"2025-03-07T03:13:08.664Z","dependency_job_id":null,"html_url":"https://github.com/Zulqurnain/Flrvi-iOS","commit_stats":null,"previous_names":["zulnor/flrvi-ios","zulqurnain/flrvi-ios"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zulqurnain%2FFlrvi-iOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zulqurnain%2FFlrvi-iOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zulqurnain%2FFlrvi-iOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zulqurnain%2FFlrvi-iOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zulqurnain","download_url":"https://codeload.github.com/Zulqurnain/Flrvi-iOS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242321016,"owners_count":20108474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boltnew","cursorai","ios","no-code","swift"],"created_at":"2025-03-07T03:13:33.279Z","updated_at":"2025-03-07T03:13:34.185Z","avatar_url":"https://github.com/Zulqurnain.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flrvi - Dating App for Thailand\n\nFlrvi is a modern dating application designed to help people find genuine connections in Thailand. The app features a beautiful, user-friendly interface with multiple authentication options and a smooth onboarding experience.\n\n## Social Media\n\n- Instagram: [@flrv_i](https://instagram.com/flrv_i)\n- Facebook: [fb.com/flrvi](https://fb.com/flrvi)\n- LinkedIn: [@flrvi](https://linkedin.com/company/flrvi)\n\n## Features\n\n- **Authentication**\n  - Email/Password Sign In\n  - Google Sign In\n  - Phone Number Verification\n  - Secure User Sessions\n\n- **Onboarding Experience**\n  - Beautiful, minimalist design\n  - Soft pink (#f6a3a3) and white (#FFFFFF) color scheme\n  - Swipeable onboarding slides\n  - Clear value proposition\n\n## Project Structure\n\n```\nFlrvi/\n├── Models/                 # Data models\n│   └── OnboardingSlide.swift\n├── Views/                  # UI Components\n│   ├── OnboardingView.swift\n│   ├── LoginView.swift\n│   ├── SignUpView.swift\n│   └── MainTabView.swift\n├── ViewModels/            # Business Logic\n│   ├── AuthViewModel.swift\n│   └── OnboardingViewModel.swift\n├── Utils/                 # Utilities and Constants\n│   └── Theme.swift\n└── Resources/            # Assets and Configuration\n    └── GoogleService-Info.plist\n```\n\n## File Responsibilities\n\n### Models\n- `OnboardingSlide.swift`: Defines the structure for onboarding slides with title, description, and image.\n\n### Views\n- `OnboardingView.swift`: Main onboarding screen with slides and authentication options\n- `LoginView.swift`: Handles user login with multiple authentication methods\n- `SignUpView.swift`: Manages new user registration\n- `MainTabView.swift`: Main app interface after authentication\n\n### ViewModels\n- `AuthViewModel.swift`: Manages authentication state and Firebase operations\n- `OnboardingViewModel.swift`: Controls onboarding flow and slide management\n\n### Utils\n- `Theme.swift`: Defines app-wide color scheme and styling constants\n\n## Setup Instructions\n\n1. Clone the repository\n2. Install dependencies using Swift Package Manager:\n   - Firebase Auth\n   - Google Sign In\n   - Firebase Core\n\n3. Add the following to your Info.plist:\n```xml\n\u003ckey\u003eCFBundleURLTypes\u003c/key\u003e\n\u003carray\u003e\n    \u003cdict\u003e\n        \u003ckey\u003eCFBundleURLSchemes\u003c/key\u003e\n        \u003carray\u003e\n            \u003cstring\u003ecom.googleusercontent.apps.1:266144742208:ios:f03c2b55d50194788918a5\u003c/string\u003e\n        \u003c/array\u003e\n    \u003c/dict\u003e\n\u003c/array\u003e\n```\n\n4. Add Google Sign In configuration to your project settings\n\n## Recent Changes\n\n### Authentication System\n- Implemented Firebase Authentication\n- Added multiple sign-in methods:\n  - Email/Password\n  - Google Sign In\n  - Phone Number Verification\n- Added proper error handling and loading states\n\n### UI Updates\n- Implemented new onboarding design with:\n  - Soft pink (#f6a3a3) and white (#FFFFFF) color scheme\n  - Swipeable slides with SF Symbols\n  - Clear call-to-action buttons\n  - Skip functionality\n- Added loading indicators and error alerts\n- Improved form validation and user feedback\n\n## Requirements\n\n- iOS 15.0+\n- Xcode 13.0+\n- Swift 5.5+\n- Firebase Account\n- Google Sign In Account\n\n## Dependencies\n\n- Firebase/Auth\n- Firebase/Core\n- GoogleSignIn\n- SwiftUI\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a new Pull Request\n\n## License\n\nThis project is proprietary and confidential. All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzulqurnain%2Fflrvi-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzulqurnain%2Fflrvi-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzulqurnain%2Fflrvi-ios/lists"}