clingen-data-model / curator

0 stars 0 forks source link

Add initial version of parameterized deployments. #18

Closed theferrit32 closed 3 years ago

theferrit32 commented 3 years ago

Can use either shadow-cljs.edn or Firebase RemoteConfig to specify the backend graphql server.

theferrit32 commented 3 years ago

If we are going to need to rely on closure-defines to modify the build output regardless, in order to set the firebase configuration options to provide to initializeApp, using Firebase RemoteConfig just for the genegraph hostname may be a needless complication. If all of the config could be moved to RemoteConfig it would have an advantage, or if there is some other use case where RemoteConfig provides an advantage over specifying at build time.