Git Product home page Git Product logo

Comments (4)

tomlarkworthy avatar tomlarkworthy commented on July 23, 2024

Should be able to. I'll try it out tomorrow.

Hi,

Based on the regex example at
https://www.firebase.com/docs/security/guide/securing-data.html#section-validate
I'm trying to specify a regex constraint:

      mobile: {type: string}
      constraint: (newData.isString() &&

newData.val().matches(/^+(?:[0-9] ?){6,14}[0-9]$/)) #E123
https://en.wikipedia.org/wiki/E.123

Transpiling results in:

annotate_schema (newData.isString() &&
newData.val().matches(/^+(?:[0-9] ?){6,14}[0-9]$/))
Error: Type error

cannot be cast from JString to JObject
at JString.JValue.castError
(/Users/nicholasf/.nvm/versions/node/v0.12.7/lib/node_modules/blaze_compiler/node_modules/source-processor/src/source-processor.ts:142:26)
at JString.JValue.cast
(/Users/nicholasf/.nvm/versions/node/v0.12.7/lib/node_modules/blaze_compiler/node_modules/source-processor/src/source-processor.ts:149:24)
at JString.JValue.asObject
(/Users/nicholasf/.nvm/versions/node/v0.12.7/lib/node_modules/blaze_compiler/node_modules/source-processor/src/source-processor.ts:163:30)
at getWildchild
(/Users/nicholasf/.nvm/versions/node/v0.12.7/lib/node_modules/blaze_compiler/src/schema.ts:562:10)
at annotate_schema
(/Users/nicholasf/.nvm/versions/node/v0.12.7/lib/node_modules/blaze_compiler/src/schema.ts:305:9)
at /Users/nicholasf/.nvm/versions/node/v0.12.7/lib/node_modules/blaze_compiler/src/schema.ts:298:53
at /Users/nicholasf/.nvm/versions/node/v0.12.7/lib/node_modules/blaze_compiler/node_modules/source-processor/src/source-processor.ts:329:13
at Dictionary.forEach
(/Users/nicholasf/.nvm/versions/node/v0.12.7/lib/node_modules/blaze_compiler/node_modules/source-processor/src/util/Collections.ts:891:27)
at JObject.forEach
(/Users/nicholasf/.nvm/versions/node/v0.12.7/lib/node_modules/blaze_compiler/node_modules/source-processor/src/source-processor.ts:328:25)
at annotate_schema
(/Users/nicholasf/.nvm/versions/node/v0.12.7/lib/node_modules/blaze_compiler/src/schema.ts:296:54)

Am I able to embed this kind of regex into rules.yaml?

Cheers,
Nicholas


Reply to this email directly or view it on GitHub
#53.

from blaze_compiler.

nicholasf avatar nicholasf commented on July 23, 2024

Terrific. We're really keen to keep blaze_compiler as the start of our toolchain for rules.json.

from blaze_compiler.

tomlarkworthy avatar tomlarkworthy commented on July 23, 2024

The following schema works for me

source:
  schema:
    constraint: (newData.isString() && newData.val().matches(/^\+(?:[0-9] ?){6,14}[0-9]$/))
  access:
    - location: /
      write: true

making me think the error is outside of the regex, can you email me the full rules, you can use larkworthy on the google.com domain.

from blaze_compiler.

nicholasf avatar nicholasf commented on July 23, 2024

Thanks. I'm still getting the error. Will email you now.

from blaze_compiler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.