jeromegamez/firebase-php-examples ↗
Created Dec 21, 2020 · View the jeromegamez/firebase-php-examples repository page
Example Firebase Symfony application using the Firebase PHP Admin SDK
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
2
Lines of Code
191
From
Mar 8, 2018
To
Dec 21, 2020
About jeromegamez/firebase-php-examples
This repository provides example code demonstrating how to build a Firebase application using PHP and Symfony. It showcases the Firebase Admin SDK for PHP integrated into a Symfony 6 project, allowing developers to see practical patterns for server-side Firebase integration in PHP applications.
The project includes a working Symfony application with example commands and server setup instructions. It demonstrates how to properly configure and authenticate the Firebase PHP SDK, including guidance on credential management when deploying to Google Cloud Engine, where the SDK can automatically discover credentials from the environment rather than relying on explicit configuration files.
The repository serves as a learning resource for PHP developers wanting to work with Firebase backends, particularly those already using Symfony as their application framework. It provides concrete examples of how to interact with Firebase services from a PHP server application rather than just client-side implementations.