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

How to use it on associative table? #11

Open aryopg opened 7 years ago

aryopg commented 7 years ago

I'm currently working on a project where i need to send a data to firebase if i sync 2 table and add/update a row in associative table. What should i do to cater this needs?