You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There's an issue with sharing the same Firestore collections and indexes between the production and development environments. Currently, both environments are using the same Firestore setup, causing conflicts and data integrity issues. The metrics being tracked and put into snowflake is also incorrect because of this
Our me
To Reproduce
Steps to reproduce the behavior:
Access the Ask-Astro website or Ask-Astro Slackbot in the production environment.
Ask questions/send requests
Repeat the same actions in the development environment.
The same Firestore collections/indexes being used
Expected behavior
The production and development environments should have separate Firestore collections and indexes to ensure data isolation and prevent interference between the two environments.
Screenshots
N/A
The text was updated successfully, but these errors were encountered:
davidgxue
changed the title
Prod and Dev Environments Sharing Same Fire Store Collections/Indexes
[Blocked] Prod and Dev Environments Sharing Same Fire Store Collections/Indexes
Feb 23, 2024
davidgxue
changed the title
[Blocked] Prod and Dev Environments Sharing Same Fire Store Collections/Indexes
Prod and Dev Environments Sharing Same Fire Store Collections/Indexes
Mar 1, 2024
…304)
### Description
- Super simple code change
- Also changing snowflake db table schema (not code change not shown in
PR)
- Tested by creating new firestore collection indexes
closes#291closes#296 (second issue is used to test, no code change related)
closes#275
---------
Co-authored-by: Wei Lee <weilee.rx@gmail.com>
Describe the bug
There's an issue with sharing the same Firestore collections and indexes between the production and development environments. Currently, both environments are using the same Firestore setup, causing conflicts and data integrity issues. The metrics being tracked and put into snowflake is also incorrect because of this
Our me
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The production and development environments should have separate Firestore collections and indexes to ensure data isolation and prevent interference between the two environments.
Screenshots
N/A
The text was updated successfully, but these errors were encountered: