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
Currently, if the model & collection reference are in different files, we'll get a compilation error.
This is a known limitation, but we are lacking a nice error message to catch this early on. At the moment, folks would have to find it the hard way, by having a compilation error in the generated code and googling why that is the case.
The text was updated successfully, but these errors were encountered:
Related to firebase/flutterfire#11228
Currently, if the model & collection reference are in different files, we'll get a compilation error.
This is a known limitation, but we are lacking a nice error message to catch this early on. At the moment, folks would have to find it the hard way, by having a compilation error in the generated code and googling why that is the case.
The text was updated successfully, but these errors were encountered: