Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

tomsun/firebase-js-sdk-securityerror-example

Repository files navigation

SecurityError demo

  1. Setup, either without Docker:
npm install
npm run build
npm run start

...or with Docker:

docker build -t example .
docker run -ti --rm -p "8080:8080" example
  1. Open http://localhost:8080 and check the console for errors

result

Releases

No releases published

Packages

No packages published