You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other Firebase Components in use: _____ (Auth, Database, etc.)
Additional SDKs you are using: Meta XR SDK
Platform you are using the Unity editor on: Windows
Platform you are targeting: Android - Meta Quets
Scripting Runtime: IL2CPP
[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
The text was updated successfully, but these errors were encountered:
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.
[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.
The text was updated successfully, but these errors were encountered: