laravel-firebase-sync
laravel-firebase-sync copied to clipboard
Laravel With FireBase
Hi,
I used this larvel-firebase-sync everything is working until I use my Model having traits use Mpociot\FireBase\SyncsWithFireBase; when I add on my model and add some dummy data using seeder my data are syncing on my local machine data and firebase, but when I try add the model that using the use Mpociot\FireBase\SyncsWithFireBase; it says Mpociot\FireBase\SyncsWithFireBase not found.
Please help
Thanks
trait 'Mpociot\Firebase\SyncsWithFirebase' not found - Same here
Mpociot\Firebase\SyncsWithFirebase is the correctly namespaced Trait, please note the lowercase b in Firebase.