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

Replace getFirebaseSyncData by toArray #23

Open enimiste opened 6 years ago

enimiste commented 6 years ago

Replace getFirebaseSyncData by ToArray in readme file

plokko commented 6 years ago

That's wrong! You should separate toArray from getFirebaseSyncData because the second one is firebase specific. Please note that getFirebaseSyncData only works on dev branch for now (the issue is the lack of updates and non-working unit-testing)