Ask HN: Firebase Cloud Storage Rules and Named Firestore Database
Has anyone been able to implement Cloud Storage security rules using permissions defined in a named Firestore database?
I just cannot get it to work, and cannot find anything in the docs.
I do see examples of using firestore.get() from the storage rules, but only for the default database, like here:
https://firebase.google.com/docs/storage/security/rules-conditions
No comments yet.