diff --git a/.gitignore b/.gitignore index 2be39e4..7be7aea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,21 @@ -bower_components* -bower-*.json +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Dependency directories +node_modules/ + +# Optional npm cache directory +.npm + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity diff --git a/demo/firebase-auth.html b/demo/firebase-auth.html index 031bfb1..1f534cb 100644 --- a/demo/firebase-auth.html +++ b/demo/firebase-auth.html @@ -12,9 +12,9 @@
This demo will allow you to request notification permissions and obtain an instance token. To actually test receipt of push messages, you will need to clone the demo and modify the @@ -101,25 +101,27 @@