Synchronize Eloquent Models with Firebase Realtime Database
Explore the docs »
Report Bug
Request Feature
This package allows you to synchronize your eloquent models with firebase realtime database.
In order to add SyncWithFirebase to your project, just add
"kavinda/sync-with-firebase": "1.0"
to your composer.json. Then run composer install
or composer update
.
Or run composer require kavinda/sync-with-firebase
if you prefer that.
Once installed you can do stuff like this: