4 "summary": "Portal is a easy gateway to all youre Firestore operations given a collection",
5 "description": "Portal is a simple abstraction layer of FirebaseFirestore and FirebaseAuth, it saves you a lot of work by automatycally parsing document snapshots into your data layer model by using generics at its core. Portal also allows you to use FirebaseAuth with a very easy to use API to sign-in & sign-up new users into FirebaseAuth and create its mirror representation into your database all done by PortalAuth while respecting your specified data layer model.",
6 "homepage": "https://github.com/rorodriguez116/Portal",
12 "rorodriguez116": "rorodriguez116@icloud.com"
15 "git": "https://github.com/rorodriguez116/Portal.git",
21 "swift_versions": "5.0",
22 "source_files": "Portal/Classes/**/*",
23 "static_framework": true,
28 "Firebase/Firestore": [
37 "Firebase/Analytics": [
44 "swift_version": "5.0"