Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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