firebase / friendlyeats-web

Apache License 2.0
493 stars 412 forks source link

rules_version = 2; #93

Closed andreasdevjs closed 5 years ago

andreasdevjs commented 5 years ago

the number should be string instead right?

svachmic commented 5 years ago

I literally just wanted to report this as a bug.

When changed to:

rules_version = '2';

it started working well.

For those not attending Summit today - referring to the codelab.

svachmic commented 5 years ago

I checked the tutorial, now it's a string so it should be considered done. @andreasdevjs ?

samtstern commented 5 years ago

@svachmic thanks for following up!