sphaso / firebase-haskell-client

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

test install script #17

Open bar9 opened 8 years ago

bar9 commented 8 years ago

we could possibly create small command line script which

  1. asks for the url of the firebase project (with the hint of creating a firebase project first if they have no url yet)
  2. provides instructions to create the haskell: awesome test json
  3. asks for the secret
  4. asks for the filename to store the project credentials (which will be referenced by an envvar
  5. runs the tests? or otherwise verifies that the project was setup correctly
sphaso commented 8 years ago

Great idea! While we're at it, we could switch the steps a bit so that the script creates the "haskell: awesome" json? That would presume that the firebase instance has write access.