CloudAuthentication
A framework that handles AWS and Firebase Authentication. It includes firebase anonymous login and aws federated sign-in.
Requirements
iOS 13.0
Installation
CloudAuthentication is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'CloudAuthentication'
Example
To run the example project, clone the repo, and run pod install
from the Example directory first. For firebase authentication, add your ‘GoogleService-Info.plist’ file to the bundle. For AWS federated sign-in, include your ‘awsconfiguration.json’ and ‘amplifyconfiguration.json’ files in the bundle.
Author
Umar Awais, [email protected]
License
CloudAuthentication is available under the MIT license. See the LICENSE file for more info.