laravel-notification-channels / fcm

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

How to add multiple Firebase private key (firebase_credentials.json files) #32

Closed angelocapone closed 4 years ago

angelocapone commented 4 years ago

I have several Firebase projects, hence I have several Firebase private key (firebase_credentials.json files). How can I use multiple Firebase credentials with this package? The instruction mention only to add a single firebase_credentials.json in the .env file.

JamesPJ commented 1 year ago

@angelocapone How did you add multiple firebase_credentials.json? I couldn't figure out any documentation for this.