firebase / quickstart-unity

Firebase Quickstart Samples for Unity
https://firebase.google.com/games
Apache License 2.0
825 stars 428 forks source link

Android Target SDK version is 33, but should be 32 or lower (targetSdkVersion in AndroidManifest.xml). #1377

Open chescored opened 1 month ago

chescored commented 1 month ago

[READ] For Firebase Unity SDK issues, please report to Firebase Unity open-source

Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.

[REQUIRED] Please fill in the following fields:

[REQUIRED] Please describe the issue here:

TARGET_SDK_VERSION_TOO_HIGH

Android Target SDK version is 33, but should be 32 or lower (targetSdkVersion in AndroidManifest.xml).

Steps to reproduce:

The problem always occurs when I try to upload the application to the Meta board, but as a really curious note, the application is launched in the Meta Quets viewer and I can use it without problems.

What happened? How can we make the problem occur? Generating the APK and then trying to upload it through Meta Quest Developer HUB

Does anyone have a solution to compile with Firebase that is using API level 33 to be able to use it with a 32 like the Meta Quest?

It's going to be a real pain, since I have client registration set up without the need for email, a function for client auth with Meta and Firestore for player data.

// TODO(you): code here to reproduce the problem
chescored commented 1 month ago

After several tests in Unity, in case anyone finds it useful, the latest version that can currently be used of Firebase for Oculus Quest in Unity is 11.6.0, I trust that they can solve the problem for future versions or someone has a solution.