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 type t() View Source
t() :: %ExFirebase.Auth.Certificate{
  client_email: String.t(),
  private_key: String.t(),
  project_id: String.t()
}

Link to this section Functions

Creates a new ExFirebase.Auth.Certificate from file binary or map