sphaso / firebase-haskell-client

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

Integrate tests with a local Firebase instance #9

Closed sphaso closed 8 years ago

sphaso commented 8 years ago

This looks promising https://www.firebase.com/blog/2015-04-24-end-to-end-testing-firebase-server.html

bar9 commented 8 years ago

Possible way for accessing an actual firebase instance without exposing the key to github: A config file inside the project that points to an environmental variable FIREBASE_CONF, which points to a file containing the auth information (probably most convenient in JSON format)

sphaso commented 8 years ago

@bar9 pushed the change, all the details are in README. Let me know if this works for you, if so we can close this.