mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1012] User login is disabled after i run it on our local server. #349
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#349
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zhangzhaohong on GitHub (Jul 22, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1012
We hope to run it on our local server so that we can manage our team, at first we hope to login and share the collections and documents to anyone in our team, so can you help us to make the ability to login by local user in the database, and manage our team in the system?
@liyasthomas commented on GitHub (Jul 22, 2020):
For local development checkout How to set up local development
Checkout out Wiki on Hosting
@zhangzhaohong commented on GitHub (Jul 22, 2020):
Yeah, we have build it local and run it on our local server, but we cannot login and manage the team, so can you help us to approve the login ability by update the project?
@liyasthomas commented on GitHub (Jul 22, 2020):
Step 1:
Set up local development environment. You've completed this step.
Step 2:
Create a Firebase project and obtain app's access keys.
Step 3:
Rename
.env.exampleto.envand fill it with your own Firebase keys.Make sure you added Sign in with Google / GitHub from Firebase Dashboard.
@zhangzhaohong commented on GitHub (Jul 22, 2020):
OK thanks. I will have a try.