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

https://github.com/swiftcrew/signinwithapple

SignInWithApple & Using Firebase.
https://github.com/swiftcrew/signinwithapple

applesignin firebase firebase-auth ios13 loginwithapple signinwithapple swift

Last synced: 2 months ago
JSON representation

SignInWithApple & Using Firebase.

Awesome Lists containing this project

README

          

# SignInWithApple
SignInWithApple & Using Firebase.
Here, you can user normal Apple login and use with firebase

## Requirements
- Xcode 10+
- iOS 13.0+

# Firebase
- Enable Apple Authentication

# Apple Developer
- Enable SignIn with Apple in bundle identifier at apple developer console

# Project Setting
- Drag SignInWith Apple in Capibility

Screenshot 2020-03-28 at 3 04 41 PM

### How to use with Interface

Screenshot 2020-03-28 at 3 04 13 PM

- Drag `AppleAuthHelper` file into your project

Screenshot 2020-03-28 at 3 08 08 PM

# Use in Controller

Screenshot 2020-03-28 at 3 08 03 PM

# Firebase Apple login with Credentials

- Just Un-Comment the code for Firebase login and make callback accordingly

Screenshot 2020-03-28 at 3 37 58 PM