Skip to content

Commit

Permalink
added database fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
gnimnix committed May 26, 2024
1 parent 4f7f810 commit f02e52f
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: "yarn"

- name: Install Firebase Emulator Suite
run: npm install -g firebase-tools
run: yarn install -g firebase-tools

- name: Install dependencies
run: yarn
Expand Down
1 change: 1 addition & 0 deletions firebase/auth_export/accounts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"kind":"identitytoolkit#DownloadAccountResponse","users":[{"localId":"LwOhVROfZ4XoQ0gl63KIQMyjuXNN","lastLoginAt":"1716649824003","displayName":"Test User","photoUrl":"","emailVerified":true,"email":"[email protected]","salt":"fakeSaltjAJOjdJPCzyTaFZ6C7rl","passwordHash":"fakeHash:salt=fakeSaltjAJOjdJPCzyTaFZ6C7rl:password=password","passwordUpdatedAt":1716649824003,"validSince":"1716649824","mfaInfo":[],"createdAt":"1716649824003","providerUserInfo":[{"providerId":"password","email":"[email protected]","federatedId":"[email protected]","rawId":"[email protected]","displayName":"Test User","photoUrl":""}]}]}
1 change: 1 addition & 0 deletions firebase/auth_export/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"signIn":{"allowDuplicateEmails":false},"emailPrivacyConfig":{"enableImprovedEmailPrivacy":false}}
16 changes: 16 additions & 0 deletions firebase/firebase-export-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": "13.10.0",
"firestore": {
"version": "1.19.6",
"path": "firestore_export",
"metadata_file": "firestore_export/firestore_export.overall_export_metadata"
},
"auth": {
"version": "13.10.0",
"path": "auth_export"
},
"storage": {
"version": "13.10.0",
"path": "storage_export"
}
}
Binary file not shown.
7 changes: 7 additions & 0 deletions firebase/storage_export/buckets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"buckets": [
{
"id": "nfs-atlas-3.appspot.com"
}
]
}

0 comments on commit f02e52f

Please sign in to comment.