Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from accounts.js to Firestore #177

Closed
1 of 3 tasks
stdavis opened this issue May 24, 2024 · 0 comments · Fixed by #192
Closed
1 of 3 tasks

Migrate from accounts.js to Firestore #177

stdavis opened this issue May 24, 2024 · 0 comments · Fixed by #192
Assignees

Comments

@stdavis
Copy link
Member

stdavis commented May 24, 2024

I should be a grown-up and use Firestore rather than a hard-coded JavaScript file.

Accounts would likely only need a few properties:

{
  "quadWord": "my-quad-word",
  "arcgisServer": "https://mapserv.utah.gov",
  "contact": "someone@test.com"
}
  • migration script
  • wire up app
  • one-time migration from staging to prod database
@stdavis stdavis self-assigned this Jun 3, 2024
stdavis added a commit that referenced this issue Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant