canhph2/simple-firebase-http-v1-php

A Simple Firebase library using HTTP v1 API for PHP

Maintainers

Package info

github.com/infohkengage/simple-firebase-http-v1-php

pkg:composer/canhph2/simple-firebase-http-v1-php

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2025-01-07 07:02 UTC

This package is auto-updated.

Last update: 2026-03-07 13:46:39 UTC


README

How to install

composer require canhph2/simple-firebase-http-v1-php

Required

  • The firebase-service-account-credentials.json in your server (or your local machine),
    • Download the file in Firebase > Project settings > Service Account > Generate new private key
  • Set the environment variable GOOGLE_APPLICATION_CREDENTIALS to the file path of the JSON file that contains your service account key.
export GOOGLE_APPLICATION_CREDENTIALS="/<FULL PATH OF>/service-account-file.json"

DevOps

Release a new version

sh .ops/release-a-new-version.sh