mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1013] I have edit this config, but it is not available to login. #352
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#352
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/1013
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.
Originally posted by @liyasthomas in https://github.com/liyasthomas/postwoman/issues/1012#issuecomment-662244971
@liyasthomas commented on GitHub (Jul 22, 2020):
Please explain your issue.
@zhangzhaohong commented on GitHub (Jul 22, 2020):
@liyasthomas commented on GitHub (Jul 22, 2020):
Is there any errors in console?
@zhangzhaohong commented on GitHub (Jul 22, 2020):
The project do not run on my machine, so i cannot get the log now. Should i do some operation on the background of our application.
@liyasthomas commented on GitHub (Jul 22, 2020):
What? Please check if there's any errors in console when you click the login button.
@zhangzhaohong commented on GitHub (Jul 22, 2020):
I have found that there is two request. They are the same, which is start of https://www.googleapis.com/identitytoolkit/v3/relyingparty/getProjectConfig, but one is 200, one is 403.
@liyasthomas commented on GitHub (Jul 22, 2020):
Check Firebase Docs on how to enable Auth from localhost. Access denied error is due to not whitelisting the request origin URL to Auth.
Do not create new issue tickets for the same.
@ghost commented on GitHub (Jul 22, 2020):
I have the same issue, problem is I created .env file and passed all required options but already again it sends request to get permission by your default key "AIzaSyCMsFreESs58-hRxTtiqQrIcimh4i1wbsM"
@liyasthomas commented on GitHub (Jul 22, 2020):
Edit and replace Firebase configs directly on
fb.jsfile.github.com/liyasthomas/postwoman@42e283feb3/helpers/fb.js (L6-L15)