{"id":18348705,"url":"https://github.com/mertaince/firebaseauth-signin-signout-createuser-exampleapp","last_synced_at":"2026-04-25T23:33:38.924Z","repository":{"id":177876314,"uuid":"661033676","full_name":"Mertaince/FirebaseAuth-SignIn-SignOut-CreateUser-ExampleApp","owner":"Mertaince","description":"Signing in, signing out and creating new users in Firebase","archived":false,"fork":false,"pushed_at":"2023-07-01T15:46:40.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T08:51:15.724Z","etag":null,"topics":["firebase","firebase-auth","firebase-authentication","firebase-firestore","firebaseauthentication"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mertaince.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-07-01T15:24:10.000Z","updated_at":"2023-07-01T15:33:11.000Z","dependencies_parsed_at":"2023-07-10T19:15:15.500Z","dependency_job_id":null,"html_url":"https://github.com/Mertaince/FirebaseAuth-SignIn-SignOut-CreateUser-ExampleApp","commit_stats":null,"previous_names":["mertaince/firebaseauth-signin-signout-createuser-exampleapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mertaince/FirebaseAuth-SignIn-SignOut-CreateUser-ExampleApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mertaince%2FFirebaseAuth-SignIn-SignOut-CreateUser-ExampleApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mertaince%2FFirebaseAuth-SignIn-SignOut-CreateUser-ExampleApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mertaince%2FFirebaseAuth-SignIn-SignOut-CreateUser-ExampleApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mertaince%2FFirebaseAuth-SignIn-SignOut-CreateUser-ExampleApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mertaince","download_url":"https://codeload.github.com/Mertaince/FirebaseAuth-SignIn-SignOut-CreateUser-ExampleApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mertaince%2FFirebaseAuth-SignIn-SignOut-CreateUser-ExampleApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32280974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["firebase","firebase-auth","firebase-authentication","firebase-firestore","firebaseauthentication"],"created_at":"2024-11-05T21:18:53.020Z","updated_at":"2026-04-25T23:33:38.909Z","avatar_url":"https://github.com/Mertaince.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FirebaseAuth-SignIn-SignOut-CreateUser-ExampleApp\n Signing in, signing out and creating new users in Firebase\n\nING\n\nIn this application, I have implemented examples of Sign Out, Sign In, and Create User operations using Firebase. You can use this example to improve or fork your own application. To make the application work, you need to use the google.plist file provided by Firebase. I have hidden my own API key, so what you need to do is go to Firebase's website, create a new project, and add the google.plist file to your project. To store user data, you should enable email sign-in in the 'Authentication' section of the Firebase console.\n\nFirebase site: https://firebase.google.com\n\nDocumentation : https://firebase.google.com/docs\n\n# Prerequisites\nXcode 14.1 or later\u003cbr\u003e\nEnsure that your project meets the following requirements:\n\nYour project should target the following platform versions or later:\niOS 11\nmacOS 10.13\ntvOS 12\nwatchOS 6\n\n# Add Firebase SDKs to your application\nUse Swift Package Manager to install and manage Firebase dependencies.\n\nVisit our installation guide to learn about different ways you can add Firebase SDKs to your Apple project, including importing frameworks directly and using CocoaPods.\nIn Xcode, go to File \u003e Add Packages when your application project is open.\nWhen prompted, add the Firebase Apple platform SDK repository:\n\nhttps://github.com/firebase/firebase-ios-sdk \u003cbr\u003e\nChoose the SDK version you want to use.\u003cbr\u003e\nNote: We recommend using the default (latest) SDK version, but you can select an older version if needed.\n\nTR\n\nBu uygulamada, Firebase'i kullanarak Sign Out, Sign In ve Create User işlemlerinin örneklerini uyguladım. Bu örneği kendi uygulamanızı geliştirmek veya forklayarak kullanabilirsiniz. Uygulamanın çalışması için Firebase tarafından sağlanan google.plist dosyasını kullanmanız gerekmektedir. Kendi API anahtarımı gizledim, bu nedenle yapmanız gereken Firebase'in web sitesine giderek yeni bir proje oluşturmak ve google.plist dosyasını projenize eklemektir. Kullanıcı verilerini depolamak için Firebase konsolunun 'Authentication' bölümünde e-posta ile girişi etkinleştirmeniz gerekmektedir.\n\nFirebase sitesi: https://firebase.google.com\n\nDokümantasyon: https://firebase.google.com/docs\n\n# Önkoşullar\nXcode 14.1 veya daha yeni sürümü\u003cbr\u003e\nProjenizin aşağıdaki platform sürümlerini veya daha yeni sürümlerini hedeflemesi gerekmektedir:\niOS 11\nmacOS 10.13\ntvOS 12\nwatchOS 6\n\n# Uygulamanıza Firebase SDK'larını ekleyin\nFirebase bağımlılıklarını kurmak ve yönetmek için Swift Package Manager'ı kullanın.\n\nFirebase SDK'larını Apple projenize doğrudan çerçeve içe aktarma veya CocoaPods kullanma dahil olmak üzere farklı yollarla eklemek için kurulum kılavuzumuzu ziyaret edin.\nXcode'da, uygulama projesi açıkken File \u003e Add Packages seçeneğine gidin.\nİstendiğinde, Firebase Apple platformu SDK deposunu ekleyin:\n\nhttps://github.com/firebase/firebase-ios-sdk \u003cbr\u003e\nKullanmak istediğiniz SDK sürümünü seçin.\u003cbr\u003e\nNot: Varsayılan (en son) SDK sürümünü kullanmanızı öneririz, ancak gerektiğinde daha eski bir sürümü seçebilirsiniz. Son sürüme erişim için github üzerinden son yayınlanan sürüme göz atınız\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmertaince%2Ffirebaseauth-signin-signout-createuser-exampleapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmertaince%2Ffirebaseauth-signin-signout-createuser-exampleapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmertaince%2Ffirebaseauth-signin-signout-createuser-exampleapp/lists"}