|
@@ -12,9 +12,9 @@ import (
|
|
|
|
|
|
func TestFirebaseMessageServer_Send(t *testing.T) {
|
|
|
ctx := context.Background()
|
|
|
- conf := &firebase.Config{ServiceAccountID: firebaseServiceAccountID}
|
|
|
+ conf := &firebase.Config{ServiceAccountID: iosFirebaseServiceAccountID}
|
|
|
app, err := firebase.NewApp(ctx, conf,
|
|
|
- option.WithCredentialsJSON([]byte(firebaseCredentials)))
|
|
|
+ option.WithCredentialsJSON([]byte(iosFirebaseCredentials)))
|
|
|
if err != nil {
|
|
|
log.Fatalln(err)
|
|
|
}
|