Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
rpg-workshop
Commits
a341e3d0
Unverified
Commit
a341e3d0
authored
Apr 11, 2022
by
Donald Haase
Committed by
GitHub
Apr 11, 2022
Browse files
Update Firebase.js
parent
1817b49f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/services/Firebase.js
View file @
a341e3d0
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment