Unverified Commit a341e3d0 authored by Donald Haase's avatar Donald Haase Committed by GitHub
Browse files

Update Firebase.js

parent 1817b49f
......@@ -15,6 +15,8 @@ const config = {
class Firebase {
constructor() {
/* Short circuit if no API Key provided */
if(!process.env.REACT_APP_API_KEY) return;
app.initializeApp(config)
this.auth = app.auth()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment