Maintainability License: MIT

firebase-laravel-push-notifications

How to clone and run the app

  • clone the app $ git clone https://github.com/jonathanmusila/firebase-push-notifications.git
  • install the dependancies $ composer install
  • copy the env.example and rename it to .env
  • setup a database
  • set the auth as according to the documentation Here
  • create a firebase application and add the following keys to the env:
    • FIREBASE_API_KEY
    • FIREBASE_AUTH_DOMAIN
    • FIREBASE_DATABASE_URL
    • FIREBASE_PROJECT_ID
    • FIREBASE_STORAGE_BUCKET
    • FIREBASE_MESSAGING_SENDER_ID
    • FIREBASE_APP_ID
    • FIREBASE_SERVER_KEY

Smile 😃 it works!!