This example use gofiber-firebaseauth middleware to authenticate the endpoints. Find the documentation for middlewae here for more confgurtion oprions docs
- Clone the repo and set your firebase credentials in your .env file Need Configured Firebase Authentication App and Google Service Account Credential (JSON file contain credential). You can get all these config from Firebase Console.
SERVICE_ACCOUNT_JSON = "path to service account credential json"
go build
go run main