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

.env file #26

Open burakilk opened 6 years ago

burakilk commented 6 years ago

i have a some error. i tried config/services.php add my secret key but laravel using always localhost mysql. how to fixed this problem

madunagu commented 5 years ago

also had some issues with this repo. The few things I did to fix it was 1) php artisan config:cache (this is to add the new parameters to the cache they will be invisible without this) 2) in my firebase rules i changed auth!=null for read and write to true