Hello guys, can I use Firebase Auth as Identity provider to implement the Login flow with Hydra? The idea would be to authenticate the user with firebase client side. That generate a JWT token and I would use the same JWT token server side to authorise hydra challenge login request (NextJs). I would like to use Firebase Auth directly for first-party login and reuse the JWT token for the oauth requests coming from Hydra. Does it sounds like a viable option? Anybody integrated Hydra with Firebase Auth?