Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 470 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 470 Bytes

Posts with Clean architecture

Connect your firebase project and put firebase-adminsdk.json key file to the root of this project.

Also add a .profile file with the following content

export GOOGLE_APPLICATION_CREDENTIALS=./your-firebase-admin-sdk-key.json

How to run test coverage

go test -coverprofile=coverage.out                                                                          21:38:53
go tool cover -html=coverage.out