OAuth and Firebase
I'm new to API development so bear with me if this is basic. I have a third-party OAuth flow (Clover POS API) that I need to integrate into Firebase auth. I've added the OAuth flow as an OIDC provider in Firebase, I've added a flow to Buildship that receives the OAuth flow, passes it to Firebase and validates some data, but how do I next authenticate the user in Firebase?
