how to use my uid ?
Closed this issue · 1 comments
ofersarid commented
Hi, I have some collections and documents that are restricted by permission.
the user's uid is validated against the permissions.
how can i use my uid with firestorere ?
IjzerenHein commented
Hi, I guess what you're asking is how to set your collection queries to query only documents for the logged in user. Please have a look at this section of the docs: https://github.com/IjzerenHein/firestorter/blob/master/docs/Queries.md#disabling-the-collection-from-within-a-query
What you can do is once the login credentials are obtained (which is outside the scope of Firestorter, which only focuses on Firestore collections and documents), is to store the user-id in a observable. You can then use that observable in a collection query.