Skip to content

custom variables for firestorepath and filters 🐸

Compare
Choose a tag to compare
@mesqueeb mesqueeb released this 03 Sep 15:37
· 362 commits to master since this release
d7626f5

v1.8.0 introduced a bug related to fillables which has been fixed. 🐞

New! 🌱

Since v1.9.0 you can use `'{userId}' in the where filter as well as any other custom variable you can set!

(closes #23 and #28)

This is useful in cases like eg.:
You have custom groups per user; You need a user's groupId from the user's document, to use that value in the firestorePath (like groups/{groupId}/users/{userId}/data) to this other document to retrieve more information.

Please see the docs here.

Enjoy! 🌻