Skip to main content

I want to forward my email address and the rest of the data from firebase. but I get an error message about Orderby. can you help. I think there's a small mistake somewhere.

Firebase Rules already open for reading
 

{
  "collectionId": "users",
  "structuredQuery": {
    "from": o{
      "collectionId": "users"
    }],
    "orderBy": {
      "field": {
        "fieldPath": "created_time"
      },
      "direction": "ASCENDING"
    }],
    "select": {
      "fields": e
        { "fieldPath": "created_date" },
        { "fieldPath": "created_time" },
        { "fieldPath": "email" },
        { "fieldPath": "uid" }
      ]
    }
  }
}

Hi @Foeks 

Good question.

Have you tried asking ChatGPT for help troubleshooting?