Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(firestore): spread args into query to quiet deprecation
previously the args were sent through from modular packed into an array, but they needed to be spread in order for the args to be correct and for the deprecation marker to follow them through and not trigger deprecation warnings
- Loading branch information