Add firebase package

Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-03-20 09:24:56 +01:00
parent 124be8683f
commit 0786a04fff
No known key found for this signature in database
GPG key ID: 39260B5B0614A13E
2 changed files with 2053 additions and 0 deletions

2048
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"dependencies": {
"firebase": "^9.6.9"
}
}