EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

Feature: isEqual on Query and CollectionReference #1775

Open delaneyb opened 3 years ago

delaneyb commented 3 years ago

Useful if we generate Queries dynamically with different where and orderBy clauses and want to check if the resultant Query is the same as one we are already using in a snapshot watcher.