kreait / laravel-firebase

A Laravel package for the Firebase PHP Admin SDK
https://github.com/kreait/firebase-php
MIT License
988 stars 162 forks source link

Enable injecting middlewares into the Firebase API client #187

Closed l-alexandrov closed 11 months ago

l-alexandrov commented 11 months ago

Description

It makes possible adding a Guzzle middleware to the Guzzle HTTP client. This feature was recently introduced in the SDK in version 7.3.0

Checklist:

codecov[bot] commented 11 months ago

Codecov Report

Merging #187 (5d680bf) into main (ff02dbd) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main     #187      +/-   ##
============================================
+ Coverage     98.38%   98.41%   +0.02%     
- Complexity       46       47       +1     
============================================
  Files             3        3              
  Lines           124      126       +2     
============================================
+ Hits            122      124       +2     
  Misses            2        2              
Impacted Files Coverage Δ
src/FirebaseProjectManager.php 96.87% <100.00%> (+0.10%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

jeromegamez commented 11 months ago

Thanks! 🙏🏻