https://github.com/alfianlosari/SwiftUIAuthenticationCompleted
Completed Project for Authentication in SwiftUI using Firebase Auth SDK & Sign in with Apple
https://github.com/alfianlosari/SwiftUIAuthenticationCompleted
firebase firebase-auth ios ios-app swift swiftui
Last synced: 7 months ago
JSON representation
Completed Project for Authentication in SwiftUI using Firebase Auth SDK & Sign in with Apple
- Host: GitHub
- URL: https://github.com/alfianlosari/SwiftUIAuthenticationCompleted
- Owner: alfianlosari
- Created: 2020-03-24T01:47:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T01:48:01.000Z (over 5 years ago)
- Last Synced: 2025-04-10T16:46:19.420Z (7 months ago)
- Topics: firebase, firebase-auth, ios, ios-app, swift, swiftui
- Language: Swift
- Size: 2.99 MB
- Stars: 51
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - SwiftUIAuthenticationCompleted
README
# Completed Project for Authentication in SwiftUI using Firebase Auth SDK & Sign in with Apple

Follow the tutorial at [alfianlosari.com](https://alfianlosari.com "Xcoding with Alfian Blog")
## Features
- Uses Firebase Authentication SDK.
- Signup and Sign in using email and password.
- Sign in with Apple using Firebase OAuth Credentials and Apple Authentication Services Framework
## Requirements
- Xcode 11.3
## Getting Started
- Clone or download
- Run pod install
- Provide your own unique App ID in the Xcode Project
- Create firebase project at https://firebase.google.com
- Add iOS project with matching App ID with the one in your Xcode Project
- Enable email and sign in with Apple authentication from Firebase Authentication Web Console
- Download and copy GoogleService-Info.plist file into your project
- Build and Run