google-cloud 2017-10-05

are there a set of clojure specific libraries that can help for google cloud ?

@jouerose we use the Google Cloud Java SDK (`[com.google.cloud/google-cloud "0.18.0-alpha"]`) and wrap it in clojure functions as needed.

Hi. Look for a repo on github called SimpleValue

Wrapper for a lot of the gcloud products

@domparry sorry i have not well understood what you said

Sorry... Mobile typos

Also, we use datasplash for cloud data flow

Here you go

@domparry thank you, opening it

👍 1

are you using firebase for auth or something else ? what are your advise about authentication library or service ?

We're going to be, but for now we have just implemented a jwt solution. Our requirements were simple

We do a one time pin token concept

But firebase auth is where we're headed soon.

thanks for your advice

No problem.

Happy to help where I can.

@domparry apart from firebase auth, other library or service you think i should consider ?

I haven't done much research outside of firebase auth. But if you run on GKE, I'm sure there are many options in containers out there already.

it’s probably what we’ll use.

or something like this if you prefer to use the google built UI’s https://github.com/cljsjs/packages/tree/master/firebaseui