Tristan Weij
Tristan Weij
Hi @radeer10, There is no background algorithm to generate the FCM-tokens. You have to use your own implementation. Cheers,
> May I suggest an alternative solution. And I am offering to do the work and make the PR for this. > > I would like it if some simple...
Hi all, > This package now uses the laravel-firebase library (https://github.com/kreait/laravel-firebase) to authenticate and make the API calls to Firebase. Follow the configuration steps specified in their readme before using...
@acedesigns Have you followed all the steps documented in the README? have you followed all the steps documented in: https://github.com/kreait/laravel-firebase? Cheers,
You call the notification like so: `$recipient->notify(new AccountActivated);`. You do not have to define the recipient in the notification itself.