agrc / serverless-print-proxy

A web service for switching out quad words in print requests to ArcGIS Server.
https://print.agrc.utah.gov
MIT License
0 stars 0 forks source link

Migrate from accounts.js to Firestore #177

Closed stdavis closed 5 months ago

stdavis commented 5 months ago

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"
}