- update to use onCall from firebase functions

This commit is contained in:
Amruth Pillai
2020-07-13 22:13:00 +05:30
parent f17471b94d
commit e9bc40afb5
8 changed files with 86 additions and 75 deletions

View File

@ -1,5 +1,6 @@
{
"globals": {
"atob": true,
"Blob": true,
"fetch": true,
"window": true,
@ -24,6 +25,7 @@
"no-param-reassign": 0,
"consistent-return": 0,
"no-nested-ternary": 0,
"react/prop-types": 0
"react/prop-types": 0,
"no-plusplus": 0
}
}