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
bbb40b8c
Unverified
Commit
bbb40b8c
authored
Apr 11, 2022
by
Donald Haase
Committed by
GitHub
Apr 11, 2022
Browse files
Update Firebase.js
Rusty with js. Removing semicolon
parent
89c0be83
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/services/Firebase.js
View file @
bbb40b8c
...
...
@@ -16,7 +16,7 @@ const config = {
class
Firebase
{
constructor
()
{
/* Short circuit if no API Key provided */
if
(
!
process
.
env
.
REACT_APP_API_KEY
)
return
;
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