hello all,
are there a set of clojure specific libraries that can help for google cloud ?
thanks
@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.
https://github.com/physion/ovation-webapi/blob/development/src/ovation/pubsub.clj is an example Component wrapping PubSub
Hi. Look for a repo on github called SimpleValue
Wrapper for a lot of the gcloud products
thank you @barry
@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
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.
ok. thanks
@jouerose: take a look at this: https://github.com/crisptrutski/matchbox
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
cheers @domparry