tomsun / firebase-js-sdk-securityerror-example

Example project for https://github.com/firebase/firebase-js-sdk/issues/2393

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example project for https://github.com/firebase/firebase-js-sdk/issues/2393


Languages

Language:JavaScript 95.2%Language:Dockerfile 4.8%