Skip to content

Fixing inconsistent variable name #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

lokiloko
Copy link

@lokiloko lokiloko commented Nov 4, 2017

in the installation section it is
var Firebase = require('firebase')
while in the usage section it is
var firebaseApp = firebase.initializeApp({ ... })
it should be
var firebaseApp = Firebase.initializeApp({ ... })

fix inconsistent variable name
@posva posva closed this in 147813c Nov 4, 2017
@posva
Copy link
Member

posva commented Nov 4, 2017

Thanks for raising the concern. It should actually be const firebase = require('firebase') so I changed it to that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants