mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-04-05 06:07:34 +03:00
Upgrade Firebase Admin SDK version
This commit is contained in:
parent
970ca3a68e
commit
1f38a4a531
6 changed files with 32 additions and 8 deletions
|
@ -6,8 +6,8 @@ import (
|
|||
"fmt"
|
||||
"strings"
|
||||
|
||||
firebase "firebase.google.com/go"
|
||||
"firebase.google.com/go/messaging"
|
||||
firebase "firebase.google.com/go/v4"
|
||||
"firebase.google.com/go/v4/messaging"
|
||||
"google.golang.org/api/option"
|
||||
"heckel.io/ntfy/auth"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue