-
Notifications
You must be signed in to change notification settings - Fork 29.8k
820 firebase #1756
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
820 firebase #1756
Conversation
timneutkens
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.
Awesome!
|
@captDaylight @timneutkens I could be wrong here, but looking at the example it's doing an import of the client credentials from |
|
@Ehesp I think you're right, maybe it should be just import from two separate files. |
|
Added a PR #1875 to address it |
Using firebase on the client and server to authenticate users and save their auth token in sessions. Logged in users can post messages.
Ref #820