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
When querying documents from a collection, the field type reference does not return an instance of DocumentReference anymore. Therefore calling e.g. get() will result in an is not a function error. Example code can be found in the link below.
Thank you for reporting this issue. The stackblitz link was super helpful! At first glance, this definitely appears to be a regression in 8.1.0 (compared to 8.0.2). I'll do some investigation and reply back. Just a heads-up, since it's a long weekend in the US, I may not have a meaningful response until next week.
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
When querying documents from a collection, the field type
reference
does not return an instance ofDocumentReference
anymore. Therefore calling e.g.get()
will result in anis not a function
error. Example code can be found in the link below.Relevant Code:
https://stackblitz.com/edit/firebase-issue-sandbox-z9mwhw
The text was updated successfully, but these errors were encountered: