-
Notifications
You must be signed in to change notification settings - Fork 16
Firebasetest.js change #61
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
base: master
Are you sure you want to change the base?
Conversation
Display myname from Firebase.
add dbGreeting, adUsername
LearningNerd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, @naoever!! 👍 Pull request approved! I'll close it out now that you're done :) One small note though: remember to create a new branch in Git for each new feature or major change that you work on. (I noticed for this one, you reused your firebase-test-no branch instead of creating a new one called something like gh-login-no)
firebase-test/firebasetest.js
Outdated
|
|
||
|
|
||
|
|
||
| // HERE: Update the paragraph with ID of "userinfo" to display the message "Not currently logged in." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor edit: could move this comment up to just above line 85 since that's what this comment is describing, or just delete the comment :)
No description provided.