Skip to content

Commit

Permalink
version update to 2.6.0-6.0.pre.200
Browse files Browse the repository at this point in the history
  • Loading branch information
Tushar1805 committed Sep 24, 2021
1 parent 1d65b27 commit d4d4d76
Show file tree
Hide file tree
Showing 1,285 changed files with 256,383 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/login/loginUI.dart
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,16 @@ class _LoginFormState extends State<LoginForm> {
// var result = await login(email, password);
var result = await login(email, password);
// await loggeedIn.setString('email', email);
var runtimeType;
if (result != null) {
var type = await FirebaseFirestore.instance
.collection('users')
.doc(result)
.get()
.then((value) {
return value.data()['role'] ?? "therapist";
runtimeType =
value.data()['role'].runtimeType;
print("runtime Type: $runtimeType");
});
var name = await FirebaseFirestore.instance
.collection('users')
Expand Down
34 changes: 34 additions & 0 deletions node_modules/lodash/util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/lodash/value.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/lodash/valueOf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions node_modules/lodash/values.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions node_modules/lodash/valuesIn.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions node_modules/lodash/without.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions node_modules/lodash/words.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions node_modules/lodash/wrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions node_modules/lodash/wrapperAt.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions node_modules/lodash/wrapperChain.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d4d4d76

Please sign in to comment.