Download the PHP package renoki-co/laravel-firebase-analytics without Composer
On this page you can find all versions of the php package renoki-co/laravel-firebase-analytics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download renoki-co/laravel-firebase-analytics
More information about renoki-co/laravel-firebase-analytics
Files in renoki-co/laravel-firebase-analytics
Package laravel-firebase-analytics
Short Description Laravel Firebase Analytics adds blade directives to initialize, log events and set user properties for Firebase Analytics.
License MIT
Homepage https://github.com/renoki-co/laravel-firebase-analytics
Informations about the package laravel-firebase-analytics
Laravel Firebase Analytics
Laravel Firebase Analytics adds blade directives to initialize, log events and set user properties for Firebase Analytics.
🤝 Supporting
Renoki Co. on GitHub aims on bringing a lot of open source projects and helpful projects to the world. Developing and maintaining projects everyday is a harsh work and tho, we love it.
If you are using your application in your day-to-day job, on presentation demos, hobby projects or even school projects, spread some kind words about our work or sponsor our work. Kind words will touch our chakras and vibe, while the sponsorships will keep the open source projects alive.
🚀 Installation
You can install the package via composer:
🙌 Usage
Initialize in your <body>
tag using the @initializeFirebaseAnalytics
directive, passing the version of Firebase JS scripts and the Firebase configuration parameters:
Afterwards, you can trigger events as stated in Firebase Analytics docs:
Or for logged in users or sessions, you can set default user properties:
More details about the usage can be found here:
- https://firebase.google.com/docs/analytics/get-started
- https://firebase.google.com/docs/analytics/events
- https://firebase.google.com/docs/analytics/user-properties
🐛 Testing
🤝 Contributing
Please see CONTRIBUTING for details.
🔒 Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
🎉 Credits
- Alex Renoki
- All Contributors