[GH-ISSUE #1013] I have edit this config, but it is not available to login. #352

Closed
opened 2026-03-16 14:51:33 +03:00 by kerem · 9 comments
Owner

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.example to .env and 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

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.example` to `.env` and 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_
kerem closed this issue 2026-03-16 14:51:38 +03:00
Author
Owner

@liyasthomas commented on GitHub (Jul 22, 2020):

Please explain your issue.

<!-- gh-comment-id:662278678 --> @liyasthomas commented on GitHub (Jul 22, 2020): Please explain your issue.
Author
Owner

@zhangzhaohong commented on GitHub (Jul 22, 2020):

Please explain your issue.
I have rename the file to .env. And fill in many keys from the background which i have got after creating our web application. I fond that i can login when use the site like localhost:3000, but when i use ip:port or use the domain name, we still cannot login. Once i click the button, a small window show us for many seconds and dismiss, but we cannot login for any time

<!-- gh-comment-id:662283111 --> @zhangzhaohong commented on GitHub (Jul 22, 2020): > Please explain your issue. I have rename the file to .env. And fill in many keys from the background which i have got after creating our web application. I fond that i can login when use the site like localhost:3000, but when i use ip:port or use the domain name, we still cannot login. Once i click the button, a small window show us for many seconds and dismiss, but we cannot login for any time
Author
Owner

@liyasthomas commented on GitHub (Jul 22, 2020):

Is there any errors in console?

<!-- gh-comment-id:662283863 --> @liyasthomas commented on GitHub (Jul 22, 2020): Is there any errors in console?
Author
Owner

@zhangzhaohong commented on GitHub (Jul 22, 2020):

Is there any errors in console?

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.

<!-- gh-comment-id:662287779 --> @zhangzhaohong commented on GitHub (Jul 22, 2020): > Is there any errors in console? 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.
Author
Owner

@liyasthomas commented on GitHub (Jul 22, 2020):

What? Please check if there's any errors in console when you click the login button.

<!-- gh-comment-id:662288746 --> @liyasthomas commented on GitHub (Jul 22, 2020): What? Please check if there's any errors in console when you click the login button.
Author
Owner

@zhangzhaohong commented on GitHub (Jul 22, 2020):

console

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.

<!-- gh-comment-id:662292176 --> @zhangzhaohong commented on GitHub (Jul 22, 2020): > console 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.
Author
Owner

@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.

<!-- gh-comment-id:662293624 --> @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.
Author
Owner

@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"

<!-- gh-comment-id:662354575 --> @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"
Author
Owner

@liyasthomas commented on GitHub (Jul 22, 2020):

Edit and replace Firebase configs directly on fb.js file.
github.com/liyasthomas/postwoman@42e283feb3/helpers/fb.js (L6-L15)

<!-- gh-comment-id:662356133 --> @liyasthomas commented on GitHub (Jul 22, 2020): Edit and replace Firebase configs directly on `fb.js` file. https://github.com/liyasthomas/postwoman/blob/42e283feb336e69922fd5de51ec6e81ca35e3697/helpers/fb.js#L6-L15
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#352
No description provided.