hyperfiddle

tobias 2025-05-28T08:58:52.333559Z

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

👀 1
2025-05-28T09:35:15.203619Z

Thank you! I will definitely take a look at this when I get to that stage.

2025-05-28T10:28:07.000419Z

I did this some time ago with auth0 as well: https://gitlab.com/danbunea/electric-ring-auth0-authentification

🙏 1
tobias 2025-05-28T11:04:42.500799Z

Nice! Good to see another way of approaching it (you used middleware which I didn’t) and with a different auth service

🙂 1
2025-05-28T18:14:58.908909Z

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.