File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG  
22
3+ ## Unreleased  
4+ 
5+ *  Added a notice about not using the factory pattern described in the SDK documentation when using this package. 
6+   (Although not a code change, adding it in the changelog to enhance visibility)
7+ 
38## 1.2.0 - 2019-10-26  
49
510*  Updated ` kreait/firebase-php `  to ` ^4.35.0 ` 
Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ php artisan vendor:publish --provider="Kreait\Laravel\Firebase\ServiceProvider"
7878Once you have retrieved a component, please refer to the [ documentation of the Firebase PHP Admin SDK] ( https://firebase-php.readthedocs.io )  
7979for further information on how to use it.
8080
81+ ** You don't need and should not use the ` new Factory() `  pattern described in the SDK documentation, this is already
82+ done for you with the Laravel Service Provider. Use Dependency Injection, the Facades or the ` app() `  helper instead** 
83+ 
8184## License  
8285
8386The MIT License (MIT). Please see [ License File] ( LICENSE )  for more information.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments