Deploy AppWrite to migrate from Google Firebase due to false flagging for "phishing"
This commit is contained in:
parent
f8003ef930
commit
8206733ecb
|
@ -11,6 +11,7 @@
|
|||
"@testing-library/jest-dom": "^5.17.0",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"appwrite": "^15.0.0",
|
||||
"bootstrap": "^5.3.2",
|
||||
"create-react-app": "^5.0.1",
|
||||
"firebase": "^10.5.2",
|
||||
|
@ -5773,6 +5774,11 @@
|
|||
"node": ">= 8"
|
||||
}
|
||||
},
|
||||
"node_modules/appwrite": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/appwrite/-/appwrite-15.0.0.tgz",
|
||||
"integrity": "sha512-rzmo+87tizYLs3YnRLets+vMUF85S/OHkgiGgp0UKcKJj0U1RktAsuIecFqRROKfkqs0fKzggRAIs3RCoYQQwA=="
|
||||
},
|
||||
"node_modules/arg": {
|
||||
"version": "5.0.2",
|
||||
"resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"@testing-library/jest-dom": "^5.17.0",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"appwrite": "^15.0.0",
|
||||
"bootstrap": "^5.3.2",
|
||||
"create-react-app": "^5.0.1",
|
||||
"firebase": "^10.5.2",
|
||||
|
|
Loading…
Reference in New Issue