This commit is contained in:
Jason Streifling 2024-08-25 06:34:13 +02:00
parent 365d5a68a1
commit a318a265d4

View File

@ -14,8 +14,8 @@ type Client struct {
func NewClient(c *Config) (*Client, error) {
var err error
client := new(Client)
client := new(Client)
ctx := context.Background()
opt := option.WithCredentialsFile(c.FirebaseKey)