From the course: Unity: Working with Google Firebase

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Test in Xcode

Test in Xcode

- [Narrator] Before we actually build and deploy our game to Xcode to test our Auth system, we need to do a couple of things. If you head back into your Fire Quest project online, you'll see that we're at the overview screen. Need to click into the authentication option on the left hand side, and choose sign in method. Now they're all disabled by default so we're going to select the email and password, click enable, and save. You'll see that the status updates and we have all green across the board. Back in our Unity project we need to update the build and player settings. Go up to the top navigation bar, select file, build settings. Here, clear select iOS under platform and hit switch platform. If you get this incorrect Dot Net version pop-up, just click yes. And if you see the "please fix your bundle ID," hit apply. All right so that's all set. We also need to change our player settings. So by clicking on player settings, going to the other settings section, we can see that our…

Contents