laravel-notification-channels / fcm

Firebase Cloud Messaging (FCM) notifications channel for Laravel
https://laravel-notification-channels.com/
MIT License
476 stars 123 forks source link

Tutorial video #150

Closed Noraddeen closed 1 year ago

Noraddeen commented 1 year ago

Do you have any video explain how to setup the package and use it. I still don't know how to configure. do I need to install laravel-firebase package before this and still have confuse on which authentication should be done.

if there is any video. thanks alot

dwightwatson commented 1 year ago

No - there is no video.

This channel uses laravel-firebase under the hood - please review their documentation. You'll need to get credentials from Firebase and provide them to the environment as FIREBASE_CREDENTIALS. Good luck!