firebase

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConnectFirebaseMessaging

func ConnectFirebaseMessaging(cfg *config.Env) (*fcm.Client, error)

Types

type Firebase

type Firebase struct {
	FirebaseMessaging *fcm.Client
	// contains filtered or unexported fields
}

func NewFirebase

func NewFirebase(cfg *config.Env, firebaseMessaging *fcm.Client) *Firebase

func (*Firebase) MessagingSendSingle

func (pkg *Firebase) MessagingSendSingle(token string, data map[string]string) (int, int, error)

MessagingSendSingle sends a message to a single device

func (*Firebase) MessagingSendTopic

func (pkg *Firebase) MessagingSendTopic(topic string, data map[string]string) (int, int, error)

MessagingSendTopic sends a message to a topic

func (*Firebase) SendMulticast

func (pkg *Firebase) SendMulticast(tokens []string, data map[string]string) (int, int, error)

SendMulticast sends a message to multiple devices (up to 500 tokens)

func (*Firebase) SubscribeTopic

func (pkg *Firebase) SubscribeTopic(tokens []string, topic string) error

SubscribeTopic subscribes devices to a topic

func (*Firebase) UnsubscribeTopic

func (pkg *Firebase) UnsubscribeTopic(tokens []string, topic string) error

UnsubscribeTopic unsubscribes devices from a topic

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL