Skip to content

#153 build an example for firebase-auth - #167

Open
vksssd wants to merge 5 commits into
gin-gonic:masterfrom
vksssd:master
Open

#153 build an example for firebase-auth#167
vksssd wants to merge 5 commits into
gin-gonic:masterfrom
vksssd:master

Conversation

@vksssd

@vksssd vksssd commented Jun 11, 2024

Copy link
Copy Markdown

#153 issue asked for example for firebase-auth in golang

this example provides starter for auth in golang using firebase
include signup with email-password, google, token, and login for same

this has three unprotected apis /signup /email and /login

Comment thread .vscode/settings.json
"githubPullRequests.ignoredPullRequestBranches": [
"master"
]
} No newline at end of file

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the vscode setting.

"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-5xxxxxxxx%40xxxxxxxxx.iam.gserviceaccount.com",
"universe_domain": "googleapis.com"
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove the credential file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants