What I am trying to do is allow users of my firebase application to authenticate in say Streamlabs but I don’t really know if that’s possible with firebase. Can someone provide me with a starting point or where to look?
Asked
Active
Viewed 19 times
0
-
1That'll require that you convert the Streamlabs auth information to a custom token, and then use that to sign in to Firebase: https://firebase.google.com/docs/auth/admin/create-custom-tokens. Examples: https://github.com/firebase/functions-samples/tree/main/okta-auth or https://github.com/firebase/functions-samples/tree/main/username-password-auth – Frank van Puffelen Jan 05 '22 at 01:02
-
@FrankvanPuffelen I just realized I set the dupe to the question you answered. – disinfor Jan 05 '22 at 01:04