2 "name": "FirebaseIdentity",
4 "summary": "A lightweight library that streamlines interaction with the Firebase/Auth library on iOS, written in Swift.",
5 "description": "The primary motivation of this library is to make building custom UI around the Firebase Authentication\nservice easier on iOS for those of us that do not want to use the FirebaseUI library. It does this by\nimplementing standard authentication workflows and error handling (i.e. account linking, profile updates,\nset/update password, reauthentication, enable/disable thrid-party identity providers, account deletion,\nauto-retry, etc.). This is done by abstracting away a lot of the error handling logic into a singleton\nstate machine (called AuthManager) capable of handling most Firebase authentication use cases.",
6 "homepage": "https://github.com/cgossain/FirebaseIdentity",
12 "cgossain": "cgossain@gmail.com"
15 "git": "https://github.com/cgossain/FirebaseIdentity.git",
18 "swift_versions": "5.0",
19 "static_framework": true,
23 "source_files": "FirebaseIdentity/Classes/**/*",
31 "Firebase/Database": [
38 "swift_version": "5.0"