variable "environment" {
  type = string
}

variable "firebase_client_email" {
  type = string
}

variable "firebase_private_key" {
  type = string
}

variable "session_secret_current" {
  type = string
}

variable "session_secret_previous" {
  type = string
}
