Reputation: 1
I have been working on connection between google-cloud-firestore to unity. When I run the game in Unity Editor I don't have any problem , but when I build the apk in oculus quest 2 I don't have access to the google-cloud-firestore. It says the database is null! is there anyone who had the same problem?
Upvotes: 0
Views: 596
Reputation: 1
I am too stuck on the same issue.
Turns out, Unity SDK for Firebase still has dependencies on Google Play Services, because of which the Singletons wont work
As a workaround you can try - https://assetstore.unity.com/packages/tools/network/simple-firebase-unity-for-realtime-database-58337
Upvotes: 0