File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
// See the License for the specific language governing permissions and
15
15
// limitations under the License.
16
16
17
- package auth
17
+ package auth // import "firebase.google.com/go/auth"
18
18
19
19
import "golang.org/x/net/context"
20
20
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- package db
15
+ package db // import "firebase.google.com/go/db"
16
16
17
17
import (
18
18
"encoding/json"
Original file line number Diff line number Diff line change 15
15
// Package firebase is the entry point to the Firebase Admin SDK. It provides functionality for initializing App
16
16
// instances, which serve as the central entities that provide access to various other Firebase services exposed
17
17
// from the SDK.
18
- package firebase
18
+ package firebase // import "firebase.google.com/go"
19
19
20
20
import (
21
21
"encoding/json"
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
// Package iid contains functions for deleting instance IDs from Firebase projects.
16
- package iid
16
+ package iid // import "firebase.google.com/go/iid"
17
17
18
18
import (
19
19
"errors"
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
// Package internal contains functionality that is only accessible from within the Admin SDK.
16
- package internal
16
+ package internal // import "firebase.google.com/go/internal"
17
17
18
18
import (
19
19
"fmt"
Original file line number Diff line number Diff line change 14
14
15
15
// Package messaging contains functions for sending messages and managing
16
16
// device subscriptions with Firebase Cloud Messaging (FCM).
17
- package messaging
17
+ package messaging // import "firebase.google.com/go/messaging"
18
18
19
19
import (
20
20
"encoding/json"
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
// Package storage provides functions for accessing Google Cloud Storge buckets.
16
- package storage
16
+ package storage // import "firebase.google.com/go/storage"
17
17
18
18
import (
19
19
"errors"
You can’t perform that action at this time.
0 commit comments