-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
I have edit this config, but it is not available to login. #1013
Comments
Please explain your issue. |
|
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. |
What? Please check if there's any errors in console when you click the login button. |
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. |
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. |
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" |
Edit and replace Firebase configs directly on |
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 #1012 (comment)
The text was updated successfully, but these errors were encountered: