ExFirebase v0.3.1 ExFirebase.Auth.Certificate View Source
Converts Firebase service account credentials into an ExFirebase.Auth.Certificate
Link to this section Summary
Functions
Creates a new ExFirebase.Auth.Certificate
from app config
Creates a new ExFirebase.Auth.Certificate
from file binary or map
Link to this section Types
Link to this section Functions
Link to this function
new()
View Source
new() :: ExFirebase.Auth.Certificate.t() | {:error, ExFirebase.Error.t()}
Creates a new ExFirebase.Auth.Certificate
from app config
Link to this function
new(attrs)
View Source
new(binary() | map()) :: ExFirebase.Auth.Certificate.t() | {:error, ExFirebase.Error.t()}
Creates a new ExFirebase.Auth.Certificate
from file binary or map