01-22-2025 01:58 PM
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.
01-25-2025 04:30 AM
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