1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Google Firestore rules

Discussion in 'Site & Server Administration' started by sarahk, Jan 24, 2022.

  1. #1
    My rules look like this

    rules_version = '2';
    service cloud.firestore {
      match /databases/{database}/documents {  
        match /news/{storyId}{
          allow read;
        }
      }
    }
    Code (markup):
    but when I try to read a list of 'news' I'm declined. For instance, if I use this in the playground:

    /databases/(default)/documents/news
    Code (markup):
    The rules seem pretty simple so I'm surprised by this. Any ideas where I've gone wrong?
     
    sarahk, Jan 24, 2022 IP