Cleanup
This commit is contained in:
parent
365d5a68a1
commit
a318a265d4
@ -14,8 +14,8 @@ type Client struct {
|
|||||||
|
|
||||||
func NewClient(c *Config) (*Client, error) {
|
func NewClient(c *Config) (*Client, error) {
|
||||||
var err error
|
var err error
|
||||||
client := new(Client)
|
|
||||||
|
|
||||||
|
client := new(Client)
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
opt := option.WithCredentialsFile(c.FirebaseKey)
|
opt := option.WithCredentialsFile(c.FirebaseKey)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user