capacitor firebase auth

This commit is contained in:
2023-06-06 19:33:43 +02:00
parent 5e1ff59880
commit d793a4260c
11 changed files with 174 additions and 52 deletions

45
package-lock.json generated
View File

@@ -8,6 +8,7 @@
"name": "contexted-v3",
"version": "0.1.0",
"dependencies": {
"@capacitor-firebase/authentication": "^5.0.0",
"@capacitor/android": "^5.0.4",
"@capacitor/core": "^5.0.4",
"@capacitor/dialog": "^5.0.2",
@@ -33,7 +34,7 @@
"@vueuse/core": "^10.1.2",
"crypto-js": "^4.1.1",
"cytoscape": "^3.25.0",
"daisyui": "^3.0.2",
"daisyui": "^3.0.3",
"date-fns": "^2.29.3",
"dompurify": "^3.0.2",
"file-saver": "^2.0.5",
@@ -124,6 +125,30 @@
"node": ">=6.0.0"
}
},
"node_modules/@capacitor-firebase/authentication": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@capacitor-firebase/authentication/-/authentication-5.0.0.tgz",
"integrity": "sha512-Dj41lzpMyvB5IzoGxrs7RCi8JZUblTZSzs8c/LdF34V7OVq1SqIX4kejtW6DawUJRbZE43xAe3DMNtusYxLaCg==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/capawesome-team/"
},
{
"type": "opencollective",
"url": "https://opencollective.com/capawesome"
}
],
"peerDependencies": {
"@capacitor/core": "^5.0.0",
"firebase": "^9.0.0"
},
"peerDependenciesMeta": {
"firebase": {
"optional": true
}
}
},
"node_modules/@capacitor/android": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/@capacitor/android/-/android-5.0.4.tgz",
@@ -4812,9 +4837,9 @@
}
},
"node_modules/daisyui": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.0.2.tgz",
"integrity": "sha512-0X+0PkgTIWevt5m4AZCCgvqI5pKRormTEhdfmc31dwfLNq6uY4wENCXAtcXzZMKt7JBKcVTWlj/uDrOjj6XpUQ==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.0.3.tgz",
"integrity": "sha512-RSbXsEBj2LonvjOKEI0I64F5xFJrFrthPgxRNeAZKmACQ3NoIoP45lO6UXLW3bm8PVOUGpKf1Br2SWwc1NqnHQ==",
"dependencies": {
"colord": "^2.9",
"css-selector-tokenizer": "^0.8",
@@ -13278,6 +13303,12 @@
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.4.tgz",
"integrity": "sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw=="
},
"@capacitor-firebase/authentication": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@capacitor-firebase/authentication/-/authentication-5.0.0.tgz",
"integrity": "sha512-Dj41lzpMyvB5IzoGxrs7RCi8JZUblTZSzs8c/LdF34V7OVq1SqIX4kejtW6DawUJRbZE43xAe3DMNtusYxLaCg==",
"requires": {}
},
"@capacitor/android": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/@capacitor/android/-/android-5.0.4.tgz",
@@ -16776,9 +16807,9 @@
}
},
"daisyui": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.0.2.tgz",
"integrity": "sha512-0X+0PkgTIWevt5m4AZCCgvqI5pKRormTEhdfmc31dwfLNq6uY4wENCXAtcXzZMKt7JBKcVTWlj/uDrOjj6XpUQ==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.0.3.tgz",
"integrity": "sha512-RSbXsEBj2LonvjOKEI0I64F5xFJrFrthPgxRNeAZKmACQ3NoIoP45lO6UXLW3bm8PVOUGpKf1Br2SWwc1NqnHQ==",
"requires": {
"colord": "^2.9",
"css-selector-tokenizer": "^0.8",