Exchange Custom Token for ID Token in Firebase or GCP Identity Platform
Recently I was trying to figure out how to generate an ID Token using the Firebase Admin SDK but it seems like there’s no direct function exposed by the SDK that allows that. Instead, we can use the GCP Identity Platform REST API, which Firebase Auth is also based on, to exchange a custom token […]