mpociot / laravel-firebase-sync

Synchronize your Eloquent models with a Firebase Realtime Database.
http://marcelpociot.com/blog/2016-06-20-synchronise-laravel-eloquent-models-with-firebase
265 stars 70 forks source link

Added manual sync and .env config #28

Open plokko opened 6 years ago

plokko commented 6 years ago

Added manual sync and .env config from #22

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@6908f28). Click here to learn what that means. The diff coverage is 20%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #28   +/-   ##
=========================================
  Coverage          ?   69.56%           
  Complexity        ?       18           
=========================================
  Files             ?        2           
  Lines             ?       46           
  Branches          ?        0           
=========================================
  Hits              ?       32           
  Misses            ?       14           
  Partials          ?        0
Impacted Files Coverage Δ Complexity Δ
...c/Mpociot/Firebase/SyncsWithFirebaseCollection.php 0% <0%> (ø) 2 <2> (?)
src/Mpociot/Firebase/SyncsWithFirebase.php 78.04% <30%> (ø) 16 <3> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6908f28...b159ed9. Read the comment docs.