Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T01:48:01.000Z (over 4 years ago)
- Last Synced: 2024-04-13T07:25:41.567Z (7 months ago)
- Topics: firebase, firebase-auth, ios, ios-app, swift, swiftui
- Language: Swift
- Size: 2.99 MB
- Stars: 49
- Watchers: 5
- 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
![Alt text](./promo.jpg?raw=true "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