Commit graph

57 commits

Author SHA1 Message Date
ff97fd4bde Added keys needed to acces the gallery, camera and microphone in iOS 2019-02-27 20:00:37 -06:00
fe9d73c491 Implemented the [uploadFile] method 2019-02-27 20:00:37 -06:00
089548b492 Added uuid as a dependency to generate the ids of the uploaded files 2019-02-27 20:00:37 -06:00
324eba55d9 Added image picker dependency, re-arranged dependencies on alphabetical order 2019-02-27 20:00:37 -06:00
5003e8c755 Created [signIn] methos 2019-02-27 20:00:37 -06:00
0ea8c2d0d4 Added necessary dependencies for google sing in, created the google_sign_in provider, modified Info.plist to work with google sign in 2019-02-27 20:00:37 -06:00
3590b45a98 Testing Google Sign in 2019-02-27 20:00:37 -06:00
f7093ea73c Added login button 2019-02-27 20:00:21 -06:00
cadde06471 Created [signIn] methos 2019-02-27 19:59:58 -06:00
64e19881d2 Testing app 2019-02-27 19:59:40 -06:00
f7e60417a0 Added necessary dependencies for google sing in, created the google_sign_in provider, modified Info.plist to work with google sign in 2019-02-27 19:58:22 -06:00
0ed3aa6428 Added documentation to the google sign in provider 2019-02-27 14:21:07 -06:00
4d11effd98 Configuration for Google sign in 2019-02-27 00:32:18 -06:00
e3e0399a69 Finished Implementation of the google sign in provider and its tests, moved mock class definitions to the end of the file in all tests 2019-02-27 00:22:43 -06:00
f312bbd317 Created [signIn] methos 2019-02-27 00:21:40 -06:00
9533e42d18 Added necessary dependencies for google sing in, created the google_sign_in provider, modified Info.plist to work with google sign in 2019-02-27 00:21:14 -06:00
ac0aed257d Modified Google Sign In provider to disconnect form both firebase and Google on sign out, added the apripriate test 2019-02-27 00:18:25 -06:00
0eebd668d6 Finished Implementation of the google sign in provider and its tests, moved mock class definitions to the end of the file in all tests 2019-02-27 00:18:25 -06:00
db7486db04 Created [signIn] methos 2019-02-27 00:18:25 -06:00
53f466fefa Added necessary dependencies for google sing in, created the google_sign_in provider, modified Info.plist to work with google sign in 2019-02-27 00:18:25 -06:00
8c3a8d5274 Finished Implementation of the google sign in provider and its tests, moved mock class definitions to the end of the file in all tests 2019-02-26 23:31:35 -06:00
e2ff9f8f56 Created [signIn] methos 2019-02-26 23:31:35 -06:00
c2a6886240 Added necessary dependencies for google sing in, created the google_sign_in provider, modified Info.plist to work with google sign in 2019-02-26 23:31:35 -06:00
410ede26cc Changed the firestore instance to be a private variable in the firestore provider 2019-02-26 20:25:19 -06:00
f1226aea99 Changed constructor implementation of the firestore provider to avoid name conflicts. Firebase plugins no longer throw whe performing operations 2019-02-25 22:36:27 -06:00
6fd93a59a7 Refactored [SummaryModel] to use a more efficent initialization 2019-02-25 22:13:49 -06:00
4aadfbde8c Added test for user retrieval from firestore 2019-02-25 16:19:36 -06:00
7e8b0b074a Added tests for the events operations in firebase 2019-02-24 21:38:12 -06:00
Mariano Uvalle
dbdb25a6ca
Merge pull request #3 from AYM1607/testfire
Testfire
2019-02-24 20:34:07 -06:00
ace9af40cd Added test for task deletion 2019-02-24 20:31:12 -06:00
0ff2da5f54 Added first test for firestore provider 2019-02-24 20:12:31 -06:00
ee7b5748c0 Added the ability to inject a custom Firestore instance for testing purposes 2019-02-24 20:07:33 -06:00
156af9124c Overrode [hasCode] and the [==] operator for all model classes 2019-02-24 20:03:28 -06:00
376557e35e Added docs for the event operations and empty check for the update operations in both event and task 2019-02-23 19:36:13 -06:00
b86d88785c Added the remaining CRUD operations for events 2019-02-23 19:36:13 -06:00
e7fa1e7afa Implemented the rest of CRUD operations for the task model 2019-02-23 19:36:13 -06:00
9374108453 Implemented method to add a task to firestore 2019-02-23 19:36:13 -06:00
5c46398be1 Changed id to be optional on [EventModel], [TaskModel] and [UserModel] 2019-02-23 19:36:13 -06:00
c95939f5df Implemented the rest of CRUD operations for the task model 2019-02-23 17:03:07 -06:00
f164a2a8f7 Implemented method to add a task to firestore 2019-02-23 17:03:07 -06:00
1869515bc3 Implemented 'to map' methods in the task and summary model 2019-02-23 17:03:07 -06:00
8498517b1e Changed id to be optional on [EventModel], [TaskModel] and [UserModel] 2019-02-23 17:03:07 -06:00
a68b307eeb Merge branch 'develop' 2019-02-22 00:13:24 -06:00
c1a0487071 Created the [FirestoreProvider], added the id attribute to the user, event and task models 2019-02-22 00:13:06 -06:00
5c2375fb21 Added [EventModel] and [TaskModel] 2019-02-21 22:44:08 -06:00
b9fd5b6402 Updated xcode project 2019-02-21 16:11:18 -06:00
4ab33d377f Merge branch 'master' of github.com:AYM1607/do_more into develop 2019-02-21 15:57:02 -06:00
257aebec5f Added models for the user and its summary 2019-02-21 15:53:23 -06:00
1302c6ba8d Congifured google sign in 2019-02-21 14:29:28 -06:00
046f212e7f .gitignore fix 2019-02-20 23:22:02 -06:00