Commit graph

67 commits

Author SHA1 Message Date
1fc5c7faf7 Merge branch 'g-storage' of github.com:AYM1607/do_more into g-storage 2019-02-27 19:34:08 -06:00
b394a2732b Fixed App.dart 2019-02-27 19:33:48 -06:00
8f801b847f Implemented the [deleteFile] method 2019-02-27 19:10:35 -06:00
0914c07377 Implemented the [deleteFile] method 2019-02-27 19:09:49 -06:00
464fc8b95f Merge branch 'g-storage' of github.com:AYM1607/do_more into g-storage 2019-02-27 19:01:46 -06:00
6e3d02d04b Storage 2019-02-27 18:59:43 -06:00
9992e26264 Fixed bug where the [folder] parameter was not being properly interpolated into the path, the strin "Folder was being used instead 2019-02-27 18:41:52 -06:00
7261536b45 Fixed bug where the [folder] parameter was not being properly interpolated into the path, the strin "Folder was being used instead 2019-02-27 18:40:56 -06:00
ac5f4906d1 Test for the firebase storage provider 2019-02-27 18:34:24 -06:00
19d7dad3d1 Added keys needed to acces the gallery, camera and microphone in iOS 2019-02-27 17:22:00 -06:00
8313793184 Implemented the [uploadFile] method 2019-02-27 17:15:18 -06:00
0a6d7842ab Added uuid as a dependency to generate the ids of the uploaded files 2019-02-27 17:15:18 -06:00
761ffbc64b Added image picker dependency, re-arranged dependencies on alphabetical order 2019-02-27 17:15:18 -06:00
23ec28d6a9 Added documentation to the google sign in provider 2019-02-27 17:15:18 -06:00
41cbe35ff1 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 17:15:18 -06:00
d4e5228db1 Created [signIn] methos 2019-02-27 17:15:18 -06:00
00b3289e91 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 17:15:18 -06:00
d47c75918f Modified Google Sign In provider to disconnect form both firebase and Google on sign out, added the apripriate test 2019-02-27 17:15:18 -06:00
307b51e95f 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 17:15:18 -06:00
bc44fb4552 Created [signIn] methos 2019-02-27 17:15:18 -06:00
a5343a6e87 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 17:14:11 -06:00
c88b36f5b3 Testing Google Sign in 2019-02-26 23:56:45 -06:00
e357a0892e Merge branch 'g-login' into experiment 2019-02-26 23:33:28 -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
4b3b4e6755 Added running configuration 2019-02-26 21:24:55 -06:00
1640eda973 Added login button 2019-02-26 20:59:09 -06:00
e12bd90d8e merge concluded 2019-02-26 20:55:03 -06:00
459d5139bf Created [signIn] methos 2019-02-26 20:49:53 -06:00
f2cf8db136 Testing app 2019-02-26 20:48:21 -06:00
5bf61cabfc Merge branch 'master' of github.com:AYM1607/do_more into g-login 2019-02-26 20:28:13 -06:00
410ede26cc Changed the firestore instance to be a private variable in the firestore provider 2019-02-26 20:25:19 -06:00
e4f74a2c02 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 20:07:53 -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