Skip to content

Commit 172886d

Browse files
authored
Importing the packages via firebase.google.com/go URL (#8)
1 parent 88156e7 commit 172886d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

auth/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"crypto/rsa"
2626
"crypto/x509"
2727

28-
"github.com/firebase/firebase-admin-go/internal"
28+
"firebase.google.com/go/internal"
2929
)
3030

3131
const firebaseAudience = "https://identitytoolkit.googleapis.com/google.identity.identitytoolkit.v1.IdentityToolkit"

auth/auth_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
"google.golang.org/api/option"
2828
"google.golang.org/api/transport"
2929

30-
"github.com/firebase/firebase-admin-go/internal"
30+
"firebase.google.com/go/internal"
3131
)
3232

3333
var creds *google.DefaultCredentials

firebase.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
package firebase
1919

2020
import (
21-
"github.com/firebase/firebase-admin-go/auth"
22-
"github.com/firebase/firebase-admin-go/internal"
21+
"firebase.google.com/go/auth"
22+
"firebase.google.com/go/internal"
2323

2424
"os"
2525

integration/auth_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import (
2424
"os"
2525
"testing"
2626

27-
"github.com/firebase/firebase-admin-go/auth"
28-
"github.com/firebase/firebase-admin-go/integration/internal"
27+
"firebase.google.com/go/auth"
28+
"firebase.google.com/go/integration/internal"
2929

3030
"golang.org/x/net/context"
3131
)

integration/internal/internal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121

2222
"golang.org/x/net/context"
2323

24-
firebase "github.com/firebase/firebase-admin-go"
24+
firebase "firebase.google.com/go"
2525
"google.golang.org/api/option"
2626
)
2727

0 commit comments

Comments
 (0)