Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 536 Bytes

AuthClient.md

File metadata and controls

30 lines (18 loc) · 536 Bytes

FirebaseAuthClient

FirebaseAuthClient is a client that helps me use a firebase-auth interface with ease.

Features

  • SignIn Anonymously
  • SignIn with Email and Password (verifiable)
  • SignIn with EmailLink
  • SignOut
  • Link with Credential
  • Delete Account

All of interfaces are based on Combine framework.

Example

🚧 WIP

AppleAuthClient

AppleAuthClient is a client that helps us use a SignIn With Apple with ease.

Features

🚧 WIP

Example

🚧 WIP