Added basic creation of shops.

This commit is contained in:
Patrick Fic
2022-06-15 19:03:31 -07:00
parent 4fdd48c279
commit 7ba3cc5ffa
9 changed files with 218 additions and 35 deletions

View File

@@ -2668,6 +2668,7 @@
"users": {
"errors": {
"signinerror": {
"auth/user-disabled": "User account disabled. ",
"auth/user-not-found": "A user with this email does not exist.",
"auth/wrong-password": "The email and password combination you provided is incorrect."
}

View File

@@ -2668,6 +2668,7 @@
"users": {
"errors": {
"signinerror": {
"auth/user-disabled": "",
"auth/user-not-found": "",
"auth/wrong-password": ""
}

View File

@@ -2668,6 +2668,7 @@
"users": {
"errors": {
"signinerror": {
"auth/user-disabled": "",
"auth/user-not-found": "",
"auth/wrong-password": ""
}