https://github.com/rockncoder/tdd-ng
The code to go along with my TDD Angular talk.
https://github.com/rockncoder/tdd-ng
Last synced: about 1 year ago
JSON representation
The code to go along with my TDD Angular talk.
- Host: GitHub
- URL: https://github.com/rockncoder/tdd-ng
- Owner: Rockncoder
- License: apache-2.0
- Created: 2018-05-30T01:32:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T01:00:07.000Z (about 8 years ago)
- Last Synced: 2025-02-15T11:20:07.525Z (over 1 year ago)
- Language: TypeScript
- Size: 134 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tdd
There is a file missing from this repo!
*__./src/environments/firebase-config.json__*
It looks like:
{
"apiKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"authDomain": "xxxx-xxxx-xxxx.firebaseapp.com",
"databaseURL": "https://xxxx-xxxx-xxxx.firebaseio.com",
"projectId": "xxxx-xxxx-xxxx",
"storageBucket": "",
"messagingSenderId": "0000000000000"
}
1. In the directory: src/environments, create an empty file firebase-config.json
1. Click: Add Firebase to your web app
1. Find the section beginning with "var config = {"
1. Copy everything from the opening curly brace to the closing curly brace including the braces
1. Paste the contents from above into the firebase.json file
1. You will also need to open up your Realtime Database in Firebase
1. Click Database in the Navigation column
1. Under Realtime Database, click Get Started
1. Under Security rules for Realtime Database, click Start in test mode
1. Click Enable