gin-gonic / examples

A repository to host examples and tutorials for Gin.
https://gin-gonic.com/docs/
MIT License
3.67k stars 641 forks source link

#153 build an example for firebase-auth #167

Open vksssd opened 1 month ago

vksssd commented 1 month ago

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