{"id":23090926,"url":"https://github.com/omar-kader/sheet-ios","last_synced_at":"2025-09-07T18:33:52.260Z","repository":{"id":256234019,"uuid":"852682774","full_name":"OmAr-Kader/Sheet-IOS","owner":"OmAr-Kader","description":"Sheet IOS is an iOS app that integrates with Google Spreadsheets, Google Sign-In, and Realm local storage","archived":false,"fork":false,"pushed_at":"2024-11-02T07:28:11.000Z","size":640,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T06:29:25.494Z","etag":null,"topics":["google-api","google-drive","google-sheets","ios","ios-application","ios-demo","ios-swift","mobile-app","mobile-application","mobile-development","mvvm","mvvm-ios","native-apps","realm","realmswift","sheet","sheets-api","swift","swiftui","swinject"],"latest_commit_sha":null,"homepage":"","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/OmAr-Kader.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":"2024-09-05T08:31:05.000Z","updated_at":"2024-11-14T23:16:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"517be5db-9a85-4b36-92b2-527064cd596b","html_url":"https://github.com/OmAr-Kader/Sheet-IOS","commit_stats":null,"previous_names":["omar-kader/sheet-ios"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmAr-Kader%2FSheet-IOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmAr-Kader%2FSheet-IOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmAr-Kader%2FSheet-IOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmAr-Kader%2FSheet-IOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OmAr-Kader","download_url":"https://codeload.github.com/OmAr-Kader/Sheet-IOS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247052618,"owners_count":20875685,"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":["google-api","google-drive","google-sheets","ios","ios-application","ios-demo","ios-swift","mobile-app","mobile-application","mobile-development","mvvm","mvvm-ios","native-apps","realm","realmswift","sheet","sheets-api","swift","swiftui","swinject"],"created_at":"2024-12-16T21:16:35.377Z","updated_at":"2025-04-03T18:16:25.622Z","avatar_url":"https://github.com/OmAr-Kader.png","language":"Swift","funding_links":["https://www.buymeacoffee.com/omar_kader"],"categories":[],"sub_categories":[],"readme":"# Sheet SwiftUI App\n\n**Sheet** is an iOS app that integrates with **Google Spreadsheets**, **Google Sign-In**, and **Realm local storage**. It allows users to authenticate with their Google accounts, retrieve and manage data from Google Spreadsheets, and store data locally using Realm for offline access.\n\n## 🤩 Support Me\n\n\u003ca href=\"https://www.buymeacoffee.com/omar_kader\"\u003e\n    \u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-red.png\" width=\"200\" height=\"70\" alt=\"Buy Me a Coffee\"\u003e\n\u003c/a\u003e\n\n## Features\n\n- **Google Sign-In Integration**: Users can securely sign in with their Google accounts using the GoogleSignIn SDK.\n- **Google Sheets API Integration**: Retrieve, update, and manage data from Google Sheets using GoogleAPIClientForREST_Sheets.\n- **Google Drive API Integration**: Access Google Drive files related to spreadsheets using GoogleAPIClientForREST_Drive.\n- **Realm Local Storage**: Store data locally for offline access, ensuring the app functions seamlessly without internet connectivity.\n- **Offline Support**: Sync data from Google Sheets to local storage and access it when offline.\n- **Easy-to-Use Interface**: Simple and intuitive interface for managing spreadsheet data.\n\n## Installation\n\n### Prerequisites\n\nBefore you can build and run the project, ensure you have the following:\n\n- Xcode 12.0 or later.\n- Swift 5.0 or later.\n- A Google Cloud project with access to the Google Sheets and Google Drive APIs.\n- A configured **OAuth 2.0 Client ID** for iOS.\n\n### Steps\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/OmAr-Kader/Sheet-IOS.git\n   cd Sheet-IOS\n   ```\n\n2. **Configure Google Sign-In**:\n   - Go to the [Google Cloud Console](https://console.cloud.google.com/).\n   - Create a project and enable the **Google Sheets API** and **Google Drive API**.\n   - Under **APIs \u0026 Services \u003e Credentials**, create an OAuth 2.0 client ID for iOS and configure your app’s bundle identifier.\n   - Download the `GoogleService-Info.plist` file and add it to your project in Xcode.\n\n3. **Realm Setup**:\n   Realm is already integrated via CocoaPods. No additional setup is needed, but you can adjust the Realm configuration in the app as necessary.\n\n4. **Run the app**:\n   Open the `Sheet-IOS.xcworkspace` in Xcode:\n   ```bash\n   open Sheet-IOS.xcworkspace\n   ```\n   Then, build and run the app on your iOS device or simulator.\n\n## Usage\n\n1. **Sign in with Google**: \n   - On the login screen, tap the **Sign in with Google** button to authenticate using your Google account.\n\n2. **Access Google Sheets**: \n   - After signing in, the app will display a list of spreadsheets accessible through your Google Drive.\n   - Select a spreadsheet to view or modify its content.\n\n3. **Offline Mode**:\n   - The app uses Realm to store data locally. If you're offline, you can still view and modify spreadsheet data. Changes will be synced with Google Sheets once you’re back online.\n\n## Dependencies\n\n- **[GoogleSignIn](https://developers.google.com/identity/sign-in/ios)**: Handles Google account sign-in.\n- **[GoogleAPIClientForREST_Sheets](https://github.com/google/google-api-objectivec-client-for-rest)**: Provides access to Google Sheets API.\n- **[GoogleAPIClientForREST_Drive](https://github.com/google/google-api-objectivec-client-for-rest)**: Provides access to Google Drive API.\n- **[RealmSwift](https://www.mongodb.com/docs/atlas/device-sdks/)**: Handles local data storage for offline access.\n\nLet me know if you need any changes!\n\nScreenshot\n-------------\n\n\u003ctable\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e \u003cimg src=\"Screenshots/1.png\"  width=\"300\" height=\"667\" alt=\"1\"/\u003e \u003c/td\u003e\n      \u003ctd\u003e \u003cimg src=\"Screenshots/2.png\"  width=\"300\" height=\"667\" alt=\"8\"/\u003e \u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e \u003cimg src=\"Screenshots/3.png\"  width=\"300\" height=\"667\" alt=\"2\"/\u003e \u003c/td\u003e\n      \u003ctd\u003e \u003cimg src=\"Screenshots/4.png\"  width=\"300\" height=\"667\" alt=\"3\"/\u003e \u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e \u003cimg src=\"Screenshots/5.png\"  width=\"300\" height=\"667\" alt=\"4\"/\u003e \u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomar-kader%2Fsheet-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomar-kader%2Fsheet-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomar-kader%2Fsheet-ios/lists"}