Firebase Admin SDK for PHP v2.2.0 Release Notes

Release Date: 2017-03-14 // about 7 years ago
    • ๐Ÿ—„ Introduce Firebase\Factory to create Firebase instances, and deprecate the previous static instantiation methods on the Firebase class. It is now possible to omit an explicit JSON credentials file,
      • if one of the following environment variables is set with the path to the credentials file:
      • FIREBASE_CREDENTIALS
      • GOOGLE_APPLICATION_CREDENTIALS
      • or if the file is located at
      • ~/.config/gcloud/application_default_credentials.json (Linux, MacOS)
      • $APPDATA/gcloud/application_default_credentials.json (Windows)
    • ๐Ÿ“š Updated documentation at http://firebase-php.readthedocs.io