firebase / quickstart-unity

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

Firestore Unity SDK examples for new features should be added to docs. #854

Closed ferretnt closed 3 months ago

ferretnt commented 3 years ago

[REQUIRED] Please fill in the following fields:

[REQUIRED] Please describe the issue here:

Firestore 16.1 Unity SDK actually includes support (that seems to work based on our testing) for lots of cool features like collection group queries, arraycontains, etc, but the Firestore SDK docs say this functionality isn't supported. It is, it just isn't documented (presumably because docs aren't yet updated.)

Steps to reproduce:

Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)? Yes What's the issue repro rate? 100%

Head to https://cloud.google.com/firestore/docs/query-data/queries Switch language used for code snippets to "Unity". Observe that many examples e.g. Array membership say

// This is not yet supported in the Unity SDK.

even though that functionality does seem to work in Unity SDK 16.1, e.g in the case of array contains using CollectionReference.WhereArrayContains()

Relevant Code:

Documentation issue only.

patm1987 commented 3 years ago

Thanks for your report, feel free to add anything you find missing here!

cherylEnkidu commented 1 year ago

Adding internal tracking ticket: b/271315654

ferretnt commented 3 months ago

Closing due to inactivity. Actually I think this was even done?