Open weilinzung opened 2 years ago
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
I'm running into the same issue here. I was trying to run storybook via firebase emulators:exec
and then set up an authenticated text context for my stories to run in. It looks like @firebase/rules-unit-testing
is only compatible with a nodejs environment.
[REQUIRED] Describe your environment
Steps to reproduce:
fs
to read the rule.json while initializing the test because Karma is only for testing browser-based codeRelevant Code:
Is any better way to support "webApp" for @firebase/rules-unit-testing? Also, is "js-sdk" should be "plain" JS without NodeJs?