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
Hi,
for a small project a wrote a google firestore adapter,
It covers my use case , so i didn't implement (or investigate) all operaties or query possibilities that it should support (like the mongo adapters do natively)
By design Firestore is already limited in its query possibilities, so it will never support everything.
For example there is no server side count, server side text search etc
If you are interested I can make PR for this adapter.
The text was updated successfully, but these errors were encountered:
Hi,
for a small project a wrote a google firestore adapter,
It covers my use case , so i didn't implement (or investigate) all operaties or query possibilities that it should support (like the mongo adapters do natively)
By design Firestore is already limited in its query possibilities, so it will never support everything.
For example there is no server side count, server side text search etc
If you are interested I can make PR for this adapter.
The text was updated successfully, but these errors were encountered: