Hey folks, I put together a little demo showing how to use Firebase Auth (including "Sign in with Google") with Electric Clojure. It was mostly a learning project for me, but I figured it might be helpful to others too, so I'm sharing it here in case you're exploring similar things: https://github.com/jtlocsei/electric-with-firebase-auth
Thank you! I will definitely take a look at this when I get to that stage.
I did this some time ago with auth0 as well: https://gitlab.com/danbunea/electric-ring-auth0-authentification
Nice! Good to see another way of approaching it (you used middleware which I didn’t) and with a different auth service
Yea, when I finish moving ( pfff the phisical world ) I’ll have a look at how you did it. I also integrated it with Keycloak for a project at work.