Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
QuestTwoTwelve's avatar
QuestTwoTwelve
Honored Guest
1 year ago

Getting SSO Set Up in Unity VR Through Firebase

Hello, I’m currently working on a project for school that uses Firebase and I was wondering if it’s possible to setup SSO with Firebase in a Unity VR project build? I know you can with Android and iOS builds but I’m not sure if you can with VR.

1 Reply

Replies have been turned off for this discussion
  • What’s your target platform? If you’re building for standalone VR then you’re building an Android app so just install the Firebase SDK and proceed as normal. If you’re on PC VR then I think you’d just interact with Firebase Authentication via its REST API and use UnityWebRequests to send HTTP requests to the Authentication endpoints