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

The firebase database secret is depricated, is there any way to use this package without the database secret? #29

Open shilohchis opened 6 years ago

shilohchis commented 6 years ago

Hi, in the firebase console it said that database secret is depricated, but for this package to work I need to insert the database secret.. Is there any way to make this package work without firebase database secret? Thanks..