Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client represents a Firebase client with messaging capabilities
func InitFirebase ¶
InitFirebase initializes a new Firebase client with the provided credentials
func (*Client) GetMessagingClient ¶
func (fc *Client) GetMessagingClient() MessagingClient
GetMessagingClient returns the Firebase Cloud Messaging client
type ClientInterface ¶
type ClientInterface interface { // Add the methods needed by server GetMessagingClient() MessagingClient }
ClientInterface defines the interface for Firebase operations
Click to show internal directories.
Click to hide internal directories.